blob: e1fd3ca2b3aa2d821b6690fc6dbf256569c9de90 [file] [log] [blame]
// 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 COMPONENTS_PAGE_LOAD_METRICS_GOOGLE_BROWSER_HISTOGRAM_SUFFIXES_H_
#define COMPONENTS_PAGE_LOAD_METRICS_GOOGLE_BROWSER_HISTOGRAM_SUFFIXES_H_
namespace internal {
// Histogram suffixes used by multiple observers.
extern const char kSuffixFirstNavigation[];
extern const char kSuffixSubsequentNavigation[];
extern const char kSuffixFromNewTabPage[];
extern const char kSuffixIsBrowserStarting[];
} // namespace internal
#endif // COMPONENTS_PAGE_LOAD_METRICS_GOOGLE_BROWSER_HISTOGRAM_SUFFIXES_H_