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

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
« no previous file with comments | « components/password_manager/core/common/password_manager_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dc96b3fe7d835a5267e73a71c856f093302a32f3..2dc5e5a240c96a52835c945405ad6fb3ba6d4a50 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 the save-password prompt. Passwords are then saved automatically,
+// without asking the user.
+const char kEnableAutomaticPasswordSaving[] =
+ "enable-automatic-password-saving";
+
// Enables the chrome://password-manager-internals/ page.
const char kEnablePasswordManagerInternalsUI[] =
"enable-password-manager-internals-ui";
« no previous file with comments | « components/password_manager/core/common/password_manager_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698