blob: c7c24464c5c5a5431fe90f5cc2bfd7b2b7b4632c [file] [log] [blame]
// Copyright 2020 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.
// 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[];
} // namespace embedder_support
#endif // COMPONENTS_EMBEDDER_SUPPORT_PREF_NAMES_H_