// Copyright 2015 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/domain_reliability/google_configs.h" #include "net/base/url_util.h" #include "testing/gtest/include/gtest/gtest.h" namespace domain_reliability { namespace { // This really only checks domains, not origins. bool HasSameOriginCollector(const DomainReliabilityConfig* config) { … } TEST(DomainReliabilityGoogleConfigsTest, ConfigsAreValid) { … } TEST(DomainReliabilityGoogleConfigsTest, MaybeGetGoogleConfig) { … } TEST(DomainReliabilityGoogleConfigsTest, MaybeGetGoogleConfigSubdomains) { … } } // namespace } // namespace domain_reliability