summaryrefslogtreecommitdiff
path: root/chromium/components/unified_consent/pref_names.h
blob: 522095809d6f2ab50461a7683375607941723d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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 {

// Integer indicating the migration state of unified consent, defined in
// unified_consent::MigrationState.
extern const char kUnifiedConsentMigrationState[];

// Boolean indicating whether anonymized URL-keyed data data collection is
// enabled.
extern const char kUrlKeyedAnonymizedDataCollectionEnabled[];

}  // namespace prefs
}  // namespace unified_consent

#endif  // COMPONENTS_UNIFIED_CONSENT_PREF_NAMES_H_