summaryrefslogtreecommitdiff
path: root/chromium/components/embedder_support/pref_names.cc
blob: e0b70f2e73ba769e4f60745f8405fbeae91c3ac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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";

// Enum indicating if the user agent string should freeze the major version
// at 99 and report the browser's major version in the minor position.
// TODO(crbug.com/1290820): Remove this policy.
const char kForceMajorVersionToMinorPosition[] =
    "force_major_version_to_minor_position_in_user_agent";

}  // namespace embedder_support