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

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

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.cc
diff --git a/components/autofill/core/common/autofill_switches.cc b/components/autofill/core/common/autofill_switches.cc
index ca73109db7e28183572d96cde04451ffe0f42a7c..905a474feb40010fb9888eeb049e7392c3fc3595 100644
--- a/components/autofill/core/common/autofill_switches.cc
+++ b/components/autofill/core/common/autofill_switches.cc
@@ -19,6 +19,11 @@ const char kDisablePasswordGeneration[] = "disable-password-generation";
// account creation.
const char kEnablePasswordGeneration[] = "enable-password-generation";
+// Disables password prompt and saves automatically password without notifying
+// the user.
+const char kEnableAutomaticPasswordsSaving[] =
+ "enable-automatic-passwords-saving";
+
// Removes the requirement that we recieved a ping from the autofill servers
// and that the user doesn't have the given form blacklisted. Used in testing.
const char kLocalHeuristicsOnlyForPasswordGeneration[] =

Powered by Google App Engine
This is Rietveld 408576698