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

Unified Diff: chrome/common/chrome_switches.cc

Issue 12260054: [Autofill] Enable heuristic detection of credit card issuer fields. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 10 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 | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 00609aaf3ee5d5ee57f830f1a853afc5b28a1a9a..282c556b8e7dff4d18aa0fefeb92d8c1a20c4233 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -569,9 +569,6 @@ const char kEnableNetBenchmarking[] = "enable-net-benchmarking";
// part of the renderer process. http://crbug.com/51644
const char kEnableNewAutofillUi[] = "enable-new-autofill-ui";
-// Enables new Autofill heuristics, such as adding support for new field types.
-const char kEnableNewAutofillHeuristics[] = "enable-new-autofill-heuristics";
-
// Enables NPN and SPDY. In case server supports SPDY, browser will use SPDY.
const char kEnableNpn[] = "enable-npn";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698