chromium/components/page_load_metrics/browser/page_load_metrics_util_unittest.cc

// Copyright 2017 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/page_load_metrics/browser/page_load_metrics_util.h"

#include "base/test/metrics/histogram_tester.h"
#include "components/page_load_metrics/browser/fake_page_load_metrics_observer_delegate.h"
#include "components/page_load_metrics/common/page_load_metrics.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace page_load_metrics {

class PageLoadMetricsUtilTest : public testing::Test {};

TEST_F(PageLoadMetricsUtilTest, IsGoogleHostname) {}

TEST_F(PageLoadMetricsUtilTest, GetGoogleHostnamePrefix) {}

TEST_F(PageLoadMetricsUtilTest, HasGoogleSearchQuery) {}

TEST_F(PageLoadMetricsUtilTest, IsGoogleSearchHostname) {}

TEST_F(PageLoadMetricsUtilTest, IsProbablyGoogleSearchUrl) {}

TEST_F(PageLoadMetricsUtilTest, IsGoogleSearchResultUrl) {}

TEST_F(PageLoadMetricsUtilTest, IsGoogleSearchHomepageUrl) {}

TEST_F(PageLoadMetricsUtilTest, IsGoogleSearchRedirectorUrl) {}

TEST_F(PageLoadMetricsUtilTest, QueryContainsComponent) {}

TEST_F(PageLoadMetricsUtilTest, QueryContainsComponentPrefix) {}

TEST_F(PageLoadMetricsUtilTest, UmaMaxCumulativeShiftScoreHistogram) {}

TEST_F(PageLoadMetricsUtilTest, GetNonPrerenderingBackgroundStartTiming) {}

TEST_F(PageLoadMetricsUtilTest, CorrectEventAsNavigationOrActivationOrigined) {}

}  // namespace page_load_metrics