// Copyright 2022 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_SECURITY_INTERSTITIALS_CORE_OMNIBOX_HTTPS_UPGRADE_METRICS_H_ #define COMPONENTS_SECURITY_INTERSTITIALS_CORE_OMNIBOX_HTTPS_UPGRADE_METRICS_H_ namespace security_interstitials::omnibox_https_upgrades { extern const char kEventHistogram[]; // These values are persisted to logs. Entries should not be renumbered and // numeric values should never be reused. enum class Event { … }; } // namespace security_interstitials::omnibox_https_upgrades #endif // COMPONENTS_SECURITY_INTERSTITIALS_CORE_OMNIBOX_HTTPS_UPGRADE_METRICS_H_