diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index a83475e..0cb1b2c 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -130,6 +130,11 @@ const wchar_t kAlwaysCreateDestinationsTab[] = // passwords and fill in known passwords). const wchar_t kPasswordManagerEnabled[] = L"profile.password_manager_enabled"; +// 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). +const wchar_t kFormAutofillEnabled[] = L"profile.form_autofill_enabled"; + // Boolean that is true when SafeBrowsing is enabled. const wchar_t kSafeBrowsingEnabled[] = L"safebrowsing.enabled"; @@ -200,6 +205,7 @@ const wchar_t kDeleteDownloadHistory[] = const wchar_t kDeleteCache[] = L"browser.clear_data.cache"; const wchar_t kDeleteCookies[] = L"browser.clear_data.cookies"; const wchar_t kDeletePasswords[] = L"browser.clear_data.passwords"; +const wchar_t kDeleteFormData[] = L"browser.clear_data.form_data"; const wchar_t kDeleteTimePeriod[] = L"browser.clear_data.time_period"; // Integer prefs giving the widths of the columns in the bookmark table. Two |