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

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

Issue 2035143002: Basic implementation of showing password fill dialog on page load (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix iOS compile Created 4 years, 6 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/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 04753c26e5b1230fcabfe999a1720cec3fdbc6c3..b553a9577054722cc5f0cf8833c31890d14a8b59 100644
--- a/components/autofill/core/common/autofill_switches.cc
+++ b/components/autofill/core/common/autofill_switches.cc
@@ -44,12 +44,6 @@ const char kEnableCreditCardScan[] = "enable-credit-card-scan";
// 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 the experimental Full Form Autofill on iOS feature.
const char kEnableFullFormAutofillIOS[] = "enable-full-form-autofill-ios";

Powered by Google App Engine
This is Rietveld 408576698