summaryrefslogtreecommitdiff
path: root/chromium/components/language/core/browser/pref_names.cc
blob: 875577a326df974902cc8e57885885d57a0ec5de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright 2017 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/language/core/browser/pref_names.h"

namespace language {
namespace prefs {

// The JSON representation of the user's language profile. Used as an input to
// the user language model (i.e. for determining which languages a user
// understands).
const char kUserLanguageProfile[] = "language_profile";

// Important: Refer to header file for how to use this.
const char kApplicationLocale[] = "intl.app_locale";

}  // namespace prefs
}  // namespace language