blob: 282ae72190a7aa251deb83bcb9b94513294399da [file] [log] [blame]
// Copyright 2018 The Chromium Authors
// 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