diff options
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index c77fa24..5d18c8f 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -11,6 +11,8 @@ #include "build/build_config.h" +#include "components/autofill/common/autofill_pref_names.h" + namespace prefs { // Profile prefs. Please add Local State prefs below instead. @@ -149,7 +151,6 @@ extern const char kWebKitForceEnableZoom[]; #endif extern const char kPasswordManagerEnabled[]; extern const char kPasswordManagerAllowShowPasswords[]; -extern const char kPasswordGenerationEnabled[]; extern const char kAutologinEnabled[]; extern const char kReverseAutologinEnabled[]; extern const char kReverseAutologinRejectedEmailList[]; @@ -381,10 +382,6 @@ extern const char kClearSiteDataOnExit[]; extern const char kDefaultZoomLevel[]; extern const char kPerHostZoomLevels[]; extern const char kAutofillDialogPayWithoutWallet[]; -extern const char kAutofillEnabled[]; -extern const char kAutofillAuxiliaryProfilesEnabled[]; -extern const char kAutofillPositiveUploadRate[]; -extern const char kAutofillNegativeUploadRate[]; extern const char kEditBookmarksEnabled[]; extern const char kEnableTranslate[]; |