#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
TEST(DisabledSitesTest, NonMatchingHost) { … }
TEST(DisabledSitesTest, SupportsLinkGenerationInIframe) { … }
}
}