| // 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. | |
| #include "components/embedder_support/pref_names.h" | |
| namespace embedder_support { | |
| // A boolean pref set to true if we're using Link Doctor error pages. | |
| const char kAlternateErrorPagesEnabled[] = "alternate_error_pages.enabled"; | |
| } // namespace embedder_support |