chromium/chrome/browser/page_load_metrics/observers/gws_hp_page_load_metrics_observer.h

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

#ifndef CHROME_BROWSER_PAGE_LOAD_METRICS_OBSERVERS_GWS_HP_PAGE_LOAD_METRICS_OBSERVER_H_
#define CHROME_BROWSER_PAGE_LOAD_METRICS_OBSERVERS_GWS_HP_PAGE_LOAD_METRICS_OBSERVER_H_

#include "components/page_load_metrics/browser/page_load_metrics_observer.h"

namespace internal {
// Exposed for tests.
extern const char kHistogramGWSHpParseStart[];

extern const char kHistogramGWSHpConnectStart[];
extern const char kHistogramGWSHpDomainLookupStart[];
extern const char kHistogramGWSHpDomainLookupEnd[];

}  // namespace internal

class GWSHpPageLoadMetricsObserver
    : public page_load_metrics::PageLoadMetricsObserver {};

#endif  // CHROME_BROWSER_PAGE_LOAD_METRICS_OBSERVERS_GWS_HP_PAGE_LOAD_METRICS_OBSERVER_H_