chromium/chrome/browser/safe_browsing/tailored_security/tailored_security_url_observer_unittest.cc

// Copyright 2021 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/safe_browsing/tailored_security/tailored_security_url_observer.h"

#include "chrome/browser/sync/sync_service_factory.h"
#include "chrome/test/base/chrome_render_view_host_test_harness.h"
#include "components/safe_browsing/core/browser/tailored_security_service/tailored_security_service.h"
#include "components/sync/base/user_selectable_type.h"
#include "components/sync/test/test_sync_service.h"
#include "components/sync/test/test_sync_user_settings.h"
#include "services/network/public/cpp/shared_url_loader_factory.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace safe_browsing {

namespace {

class MockTailoredSecurityService : public TailoredSecurityService {};

}  // namespace

class TailoredSecurityUrlObserverTest : public ChromeRenderViewHostTestHarness {};

TEST_F(TailoredSecurityUrlObserverTest, QueryRequestOnFocus) {}

TEST_F(TailoredSecurityUrlObserverTest, QueryRequestOnNavigation) {}

}  // namespace safe_browsing