// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_WEB_APPLICATIONS_TEST_EXTERNAL_APP_REGISTRATION_WAITER_H_ #define CHROME_BROWSER_WEB_APPLICATIONS_TEST_EXTERNAL_APP_REGISTRATION_WAITER_H_ #include <optional> #include "base/memory/raw_ptr.h" #include "base/run_loop.h" #include "chrome/browser/web_applications/externally_managed_app_manager.h" #include "url/gurl.h" namespace web_app { // Awaits service worker registrations for externally-managed web app installs. class ExternalAppRegistrationWaiter { … }; } // namespace web_app #endif // CHROME_BROWSER_WEB_APPLICATIONS_TEST_EXTERNAL_APP_REGISTRATION_WAITER_H_