chromium/chrome/browser/web_applications/os_integration/web_app_protocol_handler_manager_unittest.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace web_app