// Copyright 2021 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_SAFE_BROWSING_CORE_BROWSER_DOWNLOAD_CHECK_RESULT_H_ #define COMPONENTS_SAFE_BROWSING_CORE_BROWSER_DOWNLOAD_CHECK_RESULT_H_ namespace safe_browsing { // These values are persisted to logs. Entries should not be renumbered and // numeric values should never be reused. // // See SBClientDownloadCheckResult in // //tools/metrics/histograms/metadata/sb_client/enums.xml enum class DownloadCheckResult { … }; } // namespace safe_browsing #endif // COMPONENTS_SAFE_BROWSING_CORE_BROWSER_DOWNLOAD_CHECK_RESULT_H_