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

Unified Diff: chrome/common/pref_names.cc

Issue 2818033: AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. (Closed)
Patch Set: Comment. Created 10 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index a12deccd900f410565090aaf6fb8beef16f9579c..23e445436c5828ad403a0d9a954a62b843ceead3 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -105,7 +105,7 @@ const wchar_t kShowBookmarkBar[] = L"bookmark_bar.show_on_all_tabs";
// passwords and fill in known passwords).
const wchar_t kPasswordManagerEnabled[] = L"profile.password_manager_enabled";
-// OBSOLETE. Boolean that is true if the form autofill is on (will record
+// OBSOLETE. Boolean that is true if the form AutoFill is on (will record
// values entered in text inputs in forms and shows them in a popup when user
// type in a text input with the same name later on). This has been superseded
// by kAutoFillEnabled.
@@ -456,18 +456,15 @@ const wchar_t kClearSiteDataOnExit[] = L"profile.clear_site_data_on_exit";
// be displayed at the default zoom level.
const wchar_t kPerHostZoomLevels[] = L"profile.per_host_zoom_levels";
-// Boolean that is true if the autofill infobar has been shown to the user.
-const wchar_t kAutoFillInfoBarShown[] = L"autofill.infobar_shown";
-
-// Boolean that is true if autofill is enabled and allowed to save profile data.
+// Boolean that is true if AutoFill is enabled and allowed to save profile data.
const wchar_t kAutoFillEnabled[] = L"autofill.enabled";
-// Boolean that is true when auxiliary autofill profiles are enabled.
+// Boolean that is true when auxiliary AutoFill profiles are enabled.
// Currently applies to Address Book "me" card on Mac. False on Win and Linux.
const wchar_t kAutoFillAuxiliaryProfilesEnabled[] =
L"autofill.auxiliary_profiles_enabled";
-// Position and size of the autofill dialog.
+// Position and size of the AutoFill dialog.
const wchar_t kAutoFillDialogPlacement[] = L"autofill.dialog_placement";
// Double that indicates positive (for matched forms) upload rate.
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698