pref_names.cc 508 B

123456789101112131415
  1. // Copyright 2018 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/unified_consent/pref_names.h"
  5. namespace unified_consent {
  6. namespace prefs {
  7. const char kUnifiedConsentMigrationState[] = "unified_consent.migration_state";
  8. const char kUrlKeyedAnonymizedDataCollectionEnabled[] =
  9. "url_keyed_anonymized_data_collection.enabled";
  10. } // namespace prefs
  11. } // namespace unified_consent