Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: ios/chrome/browser/pref_names.cc

Issue 1057933002: [iOS] Upstream //ios/chrome/browser/memory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@upstreamNet
Patch Set: Remove extra bracket Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/chrome/browser/pref_names.h ('k') | ios/chrome/ios_chrome.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ios/chrome/browser/pref_names.h" 5 #include "ios/chrome/browser/pref_names.h"
6 6
7 namespace ios { 7 namespace ios {
8 namespace prefs { 8 namespace prefs {
9 9
10 // Preferences in ios::prefs:: must have the same value as the corresponding 10 // Preferences in ios::prefs:: must have the same value as the corresponding
(...skipping 15 matching lines...) Expand all
26 // Preference that keep information about where to create a new bookmark. 26 // Preference that keep information about where to create a new bookmark.
27 const char kIosBookmarkFolderDefault[] = "ios.bookmark.default_folder"; 27 const char kIosBookmarkFolderDefault[] = "ios.bookmark.default_folder";
28 28
29 // Preference that hold a boolean indicating if the user has already dismissed 29 // Preference that hold a boolean indicating if the user has already dismissed
30 // the bookmark promo dialog. 30 // the bookmark promo dialog.
31 const char kIosBookmarkPromoAlreadySeen[] = "ios.bookmark.promo_already_seen"; 31 const char kIosBookmarkPromoAlreadySeen[] = "ios.bookmark.promo_already_seen";
32 32
33 // The preferred SSO user for wallet payments. 33 // The preferred SSO user for wallet payments.
34 const char kPaymentsPreferredUserId[] = "ios.payments.preferred_user_id"; 34 const char kPaymentsPreferredUserId[] = "ios.payments.preferred_user_id";
35 35
36 // True if the memory debugging tools should be visible.
37 extern const char kShowMemoryDebuggingTools[] =
38 "ios.memory.show_debugging_tools";
39
36 } // namespace prefs 40 } // namespace prefs
OLDNEW
« no previous file with comments | « ios/chrome/browser/pref_names.h ('k') | ios/chrome/ios_chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698