#include "chrome/browser/web_applications/os_integration/web_app_protocol_handler_manager.h"
#include "base/strings/escape.h"
#include "chrome/browser/web_applications/test/fake_os_integration_manager.h"
#include "chrome/browser/web_applications/test/fake_web_app_provider.h"
#include "chrome/browser/web_applications/test/web_app_install_test_utils.h"
#include "chrome/browser/web_applications/test/web_app_test.h"
#include "chrome/browser/web_applications/test/web_app_test_utils.h"
#include "chrome/browser/web_applications/web_app.h"
#include "chrome/browser/web_applications/web_app_helpers.h"
#include "chrome/browser/web_applications/web_app_registry_update.h"
#include "chrome/browser/web_applications/web_app_sync_bridge.h"
#include "components/custom_handlers/protocol_handler.h"
ProtocolHandler;
namespace web_app {
class WebAppProtocolHandlerManagerTest : public WebAppTest { … };
TEST_F(WebAppProtocolHandlerManagerTest, GetAppProtocolHandlerInfos) { … }
TEST_F(WebAppProtocolHandlerManagerTest,
GetAppProtocolHandlerInfosDisallowedProtocols) { … }
TEST_F(WebAppProtocolHandlerManagerTest, TranslateProtocolUrl) { … }
TEST_F(WebAppProtocolHandlerManagerTest, GetAppProtocolHandlers) { … }
TEST_F(WebAppProtocolHandlerManagerTest, GetAllowedHandlersForProtocol) { … }
TEST_F(WebAppProtocolHandlerManagerTest, GetDisallowedHandlersForProtocol) { … }
}