chromium/chrome/browser/first_party_sets/first_party_sets_pref_names.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/first_party_sets/first_party_sets_pref_names.h"

namespace first_party_sets {

// *************** PROFILE PREFS ***************

// A dictionary pref that can contain up to two lists of First-Party Sets that
// enterprises can use to override the list of First-Party Sets by either
// replacing or adding to the existing list.
// "first_party_sets" in the string name is kept for historic reasons to avoid
// migration of a service Pref.
const char kRelatedWebsiteSetsOverrides[] =;

}  // namespace first_party_sets