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

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

Issue 788183004: Add a flag for fill on account select without highlighting (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase on ToT 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
« no previous file with comments | « components/autofill/core/common/autofill_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e291a6270daaff18551714d870463955d627f043..01cc7836fc27950520ece36a725e9c45772a6ba5 100644
--- a/components/autofill/core/common/autofill_switches.cc
+++ b/components/autofill/core/common/autofill_switches.cc
@@ -27,9 +27,15 @@ const char kDisableSingleClickAutofill[] = "disable-single-click-autofill";
const char kEnableCreditCardScan[] = "enable-credit-card-scan";
// Enables the experiment for the password manager to only fill on account
-// selection, rather than autofilling on page load.
+// selection, rather than autofilling on page load, with highlighting of fields.
const char kEnableFillOnAccountSelect[] = "enable-fill-on-account-select";
+// Enables the experiment for the password manager to only fill on account
+// selection, rather than autofilling on page load, with no highlighting of
+// fields.
+const char kEnableFillOnAccountSelectNoHighlighting[] =
+ "enable-fill-on-account-select-no-highlighting";
+
// Enables password generation when we detect that the user is going through
// account creation.
const char kEnablePasswordGeneration[] = "enable-password-generation";
« no previous file with comments | « components/autofill/core/common/autofill_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698