chromium/components/shared_highlighting/core/common/disabled_sites_unittest.cc

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

#include "components/shared_highlighting/core/common/disabled_sites.h"

#include "base/test/scoped_feature_list.h"
#include "components/shared_highlighting/core/common/shared_highlighting_features.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace shared_highlighting {
namespace {

TEST(DisabledSitesTest, AllPaths) {}

#if !BUILDFLAG(IS_IOS)
TEST(DisabledSitesTest, SpecificPagesAmpEnabled) {}
#endif  // !IS_IOS

TEST(DisabledSitesTest, NonMatchingHost) {}

TEST(DisabledSitesTest, SupportsLinkGenerationInIframe) {}

}  // namespace
}  // namespace shared_highlighting