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

Unified Diff: components/password_manager/core/common/password_manager_switches.cc

Issue 1140043003: Add a flag for the password manager force-saving experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added the required experiment metric. Created 5 years, 7 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 f230891292873e7857a6e64b796a00c900b614ef..7c4f678aa1185920bcac709ab889185898797a47 100644
--- a/components/password_manager/core/common/password_manager_switches.cc
+++ b/components/password_manager/core/common/password_manager_switches.cc
@@ -58,6 +58,10 @@ const char kEnableManagerForSyncSignin[] = "enable-manager-for-sync-signin";
// central.
const char kEnablePasswordLink[] = "enable-password-link";
+// Enable a context menu item in the password field that allows the user
+// to manually enforce saving of their password.
+const char kEnablePasswordForceSaving[] = "enable-password-force-saving";
+
} // namespace switches
} // namespace password_manager
« no previous file with comments | « components/password_manager/core/common/password_manager_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698