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

Unified Diff: chrome/browser/about_flags.cc

Issue 773573004: Fill on account select in the password manager behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix browser_test crashes Created 6 years 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 0a783130e25316378b67e4b77b957ad4615e8498..09b7907ffd327bc5e6e325023959d028772696d3 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2054,6 +2054,14 @@ const Experiment kExperiments[] = {
kOsAndroid,
SINGLE_VALUE_TYPE("enable-touch-hover")
},
+ {
+ "enable-fill-on-account-select",
+ IDS_FILL_ON_ACCOUNT_SELECT_NAME,
+ IDS_FILL_ON_ACCOUNT_SELECT_DESCRIPTION,
+ kOsAll,
+ ENABLE_DISABLE_VALUE_TYPE(autofill::switches::kEnableFillOnAccountSelect,
+ autofill::switches::kDisableFillOnAccountSelect)
+ },
// NOTE: Adding new command-line switches requires adding corresponding
// entries to enum "LoginCustomFlags" in histograms.xml. See note in

Powered by Google App Engine
This is Rietveld 408576698