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

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

Issue 15500008: Persist the choice of AutofillDataModel when using the requestAutocomplete dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better comment Created 7 years, 7 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 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 // storage, etc..) should be deleted on exit. 1108 // storage, etc..) should be deleted on exit.
1109 const char kClearSiteDataOnExit[] = "profile.clear_site_data_on_exit"; 1109 const char kClearSiteDataOnExit[] = "profile.clear_site_data_on_exit";
1110 1110
1111 // Double that indicates the default zoom level. 1111 // Double that indicates the default zoom level.
1112 const char kDefaultZoomLevel[] = "profile.default_zoom_level"; 1112 const char kDefaultZoomLevel[] = "profile.default_zoom_level";
1113 1113
1114 // Dictionary that maps hostnames to zoom levels. Hosts not in this pref will 1114 // Dictionary that maps hostnames to zoom levels. Hosts not in this pref will
1115 // be displayed at the default zoom level. 1115 // be displayed at the default zoom level.
1116 const char kPerHostZoomLevels[] = "profile.per_host_zoom_levels"; 1116 const char kPerHostZoomLevels[] = "profile.per_host_zoom_levels";
1117 1117
1118 const char kAutofillDialogAutofillDefault[] = "autofill.data_model_default";
1119
1118 // Whether a user opted out of making purchases with Google Wallet; changed via 1120 // Whether a user opted out of making purchases with Google Wallet; changed via
1119 // the autofill dialog's account chooser and set explicitly on dialog submission 1121 // the autofill dialog's account chooser and set explicitly on dialog submission
1120 // (but not cancel). If this isn't set, the dialog assumes it's the first run. 1122 // (but not cancel). If this isn't set, the dialog assumes it's the first run.
1121 const char kAutofillDialogPayWithoutWallet[] = "autofill.pay_without_wallet"; 1123 const char kAutofillDialogPayWithoutWallet[] = "autofill.pay_without_wallet";
1122 1124
1123 // Modifying bookmarks is completely disabled when this is set to false. 1125 // Modifying bookmarks is completely disabled when this is set to false.
1124 const char kEditBookmarksEnabled[] = "bookmarks.editing_enabled"; 1126 const char kEditBookmarksEnabled[] = "bookmarks.editing_enabled";
1125 1127
1126 // Boolean that is true when the translate feature is enabled. 1128 // Boolean that is true when the translate feature is enabled.
1127 const char kEnableTranslate[] = "translate.enabled"; 1129 const char kEnableTranslate[] = "translate.enabled";
(...skipping 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after
2456 // ping and the time of the last ping. 2458 // ping and the time of the last ping.
2457 extern const char kAppListAppLaunchCount[] = "app_list.app_launch_count"; 2459 extern const char kAppListAppLaunchCount[] = "app_list.app_launch_count";
2458 extern const char kLastAppListAppLaunchPing[] = "app_list.last_app_launch_ping"; 2460 extern const char kLastAppListAppLaunchPing[] = "app_list.last_app_launch_ping";
2459 2461
2460 // A string pref for storing the salt used to compute the pepper device ID. 2462 // A string pref for storing the salt used to compute the pepper device ID.
2461 const char kDRMSalt[] = "settings.privacy.drm_salt"; 2463 const char kDRMSalt[] = "settings.privacy.drm_salt";
2462 // A boolean pref that enables the (private) pepper GetDeviceID() call. 2464 // A boolean pref that enables the (private) pepper GetDeviceID() call.
2463 const char kEnableDRM[] = "settings.privacy.drm_enabled"; 2465 const char kEnableDRM[] = "settings.privacy.drm_enabled";
2464 2466
2465 } // namespace prefs 2467 } // namespace prefs
OLDNEW
« chrome/browser/ui/autofill/autofill_dialog_models.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