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

Unified Diff: components/autofill/core/common/autofill_switches.h

Issue 256003003: Enable Automatic Passwords Saving (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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
Index: components/autofill/core/common/autofill_switches.h
diff --git a/components/autofill/core/common/autofill_switches.h b/components/autofill/core/common/autofill_switches.h
index 9cab817ae86c91aeabcb2c9460c57309778ab390..661f4687cde8821e24ea7aae5fcce854ef69c0f0 100644
--- a/components/autofill/core/common/autofill_switches.h
+++ b/components/autofill/core/common/autofill_switches.h
@@ -13,6 +13,7 @@ namespace switches {
extern const char kDisableIgnoreAutocompleteOff[];
extern const char kDisablePasswordGeneration[];
extern const char kEnablePasswordGeneration[];
+extern const char kEnableAutomaticPasswordsSaving[];
vabr (Chromium) 2014/04/28 09:13:14 I think this (and the corresponding part in *.cc)
rchtara 2014/04/28 11:28:29 Done.
extern const char kLocalHeuristicsOnlyForPasswordGeneration[];
extern const char kShowAutofillTypePredictions[];
extern const char kWalletSecureServiceUrl[];

Powered by Google App Engine
This is Rietveld 408576698