// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/privacy_budget/privacy_budget_prefs.h" #include "components/prefs/pref_registry_simple.h" namespace prefs { const char kPrivacyBudgetGeneration[] = …; const char kPrivacyBudgetSeenSurfaces[] = …; const char kPrivacyBudgetSelectedOffsets[] = …; const char kPrivacyBudgetSelectedBlock[] = …; const char kPrivacyBudgetMetaExperimentActivationSalt[] = …; void RegisterPrivacyBudgetPrefs(PrefRegistrySimple* registry) { … } } // namespace prefs