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

Unified Diff: components/password_manager/core/common/password_manager_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/password_manager/core/common/password_manager_switches.cc
diff --git a/components/password_manager/core/common/password_manager_switches.cc b/components/password_manager/core/common/password_manager_switches.cc
index 8411df54d1927ff6e9c01426d0ed45e28390b830..ae9d225839be7d0b50ed3f8b4259d64dd3d2889d 100644
--- a/components/password_manager/core/common/password_manager_switches.cc
+++ b/components/password_manager/core/common/password_manager_switches.cc
@@ -8,6 +8,11 @@ namespace password_manager {
namespace switches {
+// Disables password prompt and saves automatically password without notifying
vabr (Chromium) 2014/04/28 13:43:42 nit: Suggested reformulation: "Disables the save-
rchtara 2014/04/28 15:13:09 Done.
+// the user.
+const char kEnableAutomaticPasswordSaving[] =
+ "enable-automatic-password-saving";
+
// Enables the chrome://memory-internals/ page.
const char kEnablePasswordManagerInternalsUI[] =
"enable-password-manager-internals-ui";

Powered by Google App Engine
This is Rietveld 408576698