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

Side by Side Diff: chrome/common/pref_names.cc

Issue 21124012: [WIP] Split AutofillDialogControllerImpl + integrate rAc on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 #include "chrome/common/pref_font_webkit_names.h" 8 #include "chrome/common/pref_font_webkit_names.h"
9 9
10 namespace prefs { 10 namespace prefs {
(...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 // (but not cancel). If this isn't set, the dialog assumes it's the first run. 1125 // (but not cancel). If this isn't set, the dialog assumes it's the first run.
1126 const char kAutofillDialogPayWithoutWallet[] = "autofill.pay_without_wallet"; 1126 const char kAutofillDialogPayWithoutWallet[] = "autofill.pay_without_wallet";
1127 1127
1128 // The number of times the dialog has been shown (all time). 1128 // The number of times the dialog has been shown (all time).
1129 const char kAutofillDialogShowCount[] = "autofill.show_count"; 1129 const char kAutofillDialogShowCount[] = "autofill.show_count";
1130 1130
1131 // The number of times the generated credit card bubble has been shown. 1131 // The number of times the generated credit card bubble has been shown.
1132 const char kAutofillGeneratedCardBubbleTimesShown[] = 1132 const char kAutofillGeneratedCardBubbleTimesShown[] =
1133 "autofill.generated_card_bubble_times_shown"; 1133 "autofill.generated_card_bubble_times_shown";
1134 1134
1135 // A dictionary that tracks the defaults to be set on the next invocation
1136 // of the requestAutocomplete/Autocheckout dialog.
1137 const char kAutofillDialogDefaults[] = "autofill.rac_dialog_defaults";
1138
1135 // Modifying bookmarks is completely disabled when this is set to false. 1139 // Modifying bookmarks is completely disabled when this is set to false.
1136 const char kEditBookmarksEnabled[] = "bookmarks.editing_enabled"; 1140 const char kEditBookmarksEnabled[] = "bookmarks.editing_enabled";
1137 1141
1138 // Boolean that is true when the translate feature is enabled. 1142 // Boolean that is true when the translate feature is enabled.
1139 const char kEnableTranslate[] = "translate.enabled"; 1143 const char kEnableTranslate[] = "translate.enabled";
1140 1144
1141 #if !defined(OS_ANDROID) 1145 #if !defined(OS_ANDROID)
1142 const char kPinnedTabs[] = "pinned_tabs"; 1146 const char kPinnedTabs[] = "pinned_tabs";
1143 #endif 1147 #endif
1144 1148
(...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
2479 2483
2480 // How often the bubble has been shown. 2484 // How often the bubble has been shown.
2481 extern const char kModuleConflictBubbleShown[] = "module_conflict.bubble_shown"; 2485 extern const char kModuleConflictBubbleShown[] = "module_conflict.bubble_shown";
2482 2486
2483 // A string pref for storing the salt used to compute the pepper device ID. 2487 // A string pref for storing the salt used to compute the pepper device ID.
2484 const char kDRMSalt[] = "settings.privacy.drm_salt"; 2488 const char kDRMSalt[] = "settings.privacy.drm_salt";
2485 // A boolean pref that enables the (private) pepper GetDeviceID() call. 2489 // A boolean pref that enables the (private) pepper GetDeviceID() call.
2486 const char kEnableDRM[] = "settings.privacy.drm_enabled"; 2490 const char kEnableDRM[] = "settings.privacy.drm_enabled";
2487 2491
2488 } // namespace prefs 2492 } // namespace prefs
OLDNEW
« chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698