Extract code handling PrinterProviderAPI from PrintPreviewHandler
[chromium-blink-merge.git] / ios / chrome / browser / pref_names.cc
blobeec894df0a0c2426a4ba6675bc3c9afc3353a6f4
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ios/chrome/browser/pref_names.h"
7 namespace ios {
8 namespace prefs {
10 // Preferences in ios::prefs:: must have the same value as the corresponding
11 // preference on desktop.
12 // These preferences must not be registered by //ios code.
13 // See chrome/common/pref_names.cc for a detailed description of each
14 // preference.
16 const char kAcceptLanguages[] = "intl.accept_languages";
18 } // namespace prefs
19 } // namespace ios