[iOS] Upstream //ios/chrome/browser/ui/commands changes
[chromium-blink-merge.git] / ios / chrome / browser / pref_names.cc
blob4ef5ecef71ac2106a755a877238915fb2e70dc86
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
21 namespace prefs {
23 // *************** CHROME BROWSER STATE PREFS ***************
24 // These are attached to the user Chrome browser state.
26 // Preference that keep information about where to create a new bookmark.
27 const char kIosBookmarkFolderDefault[] = "ios.bookmark.default_folder";
29 // Preference that hold a boolean indicating if the user has already dismissed
30 // the bookmark promo dialog.
31 const char kIosBookmarkPromoAlreadySeen[] = "ios.bookmark.promo_already_seen";
33 // The preferred SSO user for wallet payments.
34 const char kPaymentsPreferredUserId[] = "ios.payments.preferred_user_id";
36 // True if the memory debugging tools should be visible.
37 extern const char kShowMemoryDebuggingTools[] =
38 "ios.memory.show_debugging_tools";
40 } // namespace prefs