summaryrefslogtreecommitdiff
path: root/chromium/components/unified_consent/pref_names.cc
blob: 1f74743547b8ea6cadc254e4bdc6069fb87e5adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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.

#include "components/unified_consent/pref_names.h"

namespace unified_consent {
namespace prefs {

const char kUnifiedConsentMigrationState[] = "unified_consent.migration_state";
const char kUrlKeyedAnonymizedDataCollectionEnabled[] =
    "url_keyed_anonymized_data_collection.enabled";

}  // namespace prefs
}  // namespace unified_consent