blob: 82d766460638bb9731bb77460fb13d75e4b37c98 [file] [log] [blame]
// Copyright 2021 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_EMBEDDER_SUPPORT_ORIGIN_TRIALS_PREF_NAMES_H_
#define COMPONENTS_EMBEDDER_SUPPORT_ORIGIN_TRIALS_PREF_NAMES_H_
namespace embedder_support {
namespace prefs {
extern const char kOriginTrialPublicKey[];
extern const char kOriginTrialDisabledFeatures[];
extern const char kOriginTrialDisabledTokens[];
} // namespace prefs
} // namespace embedder_support
#endif // COMPONENTS_EMBEDDER_SUPPORT_ORIGIN_TRIALS_PREF_NAMES_H_