blob: b7546233bfbe2aeba3c2e1d5a6d15b42f0f7a8fa [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Defines the prefs that are used by code across multiple embedders and don't
// have anywhere more specific to go.
#ifndef COMPONENTS_EMBEDDER_SUPPORT_PREF_NAMES_H_
#define COMPONENTS_EMBEDDER_SUPPORT_PREF_NAMES_H_
namespace embedder_support {
extern const char kAlternateErrorPagesEnabled[];
extern const char kForceMajorVersionToMinorPosition[];
extern const char kReduceUserAgentMinorVersion[];
} // namespace embedder_support
#endif // COMPONENTS_EMBEDDER_SUPPORT_PREF_NAMES_H_