blob: e8a4ae808a9b99f9aeca73e5c0701681463c63cf [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_UNIFIED_CONSENT_PREF_NAMES_H_
#define COMPONENTS_UNIFIED_CONSENT_PREF_NAMES_H_
namespace unified_consent {
namespace prefs {
extern const char kHadEverythingSyncedBeforeMigration[];
extern const char kShouldShowUnifiedConsentBump[];
extern const char kUnifiedConsentGiven[];
extern const char kUnifiedConsentMigrationState[];
extern const char kUrlKeyedAnonymizedDataCollectionEnabled[];
} // namespace prefs
} // namespace unified_consent
#endif // COMPONENTS_UNIFIED_CONSENT_PREF_NAMES_H_