chromium/chrome/browser/site_protection/site_familiarity_heuristic_name.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_SITE_PROTECTION_SITE_FAMILIARITY_HEURISTIC_NAME_H_
#define CHROME_BROWSER_SITE_PROTECTION_SITE_FAMILIARITY_HEURISTIC_NAME_H_

namespace site_protection {

// Site familiarity heuristics for the current page.
//
// These values are persisted to logs. Entries should not be renumbered and
// numeric values should never be reused.
enum class SiteFamiliarityHeuristicName {};
}  // namespace site_protection

#endif  // CHROME_BROWSER_SITE_PROTECTION_SITE_FAMILIARITY_HEURISTIC_NAME_H_