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

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

Issue 796993002: Turn on cardholder/recipient name disambiguation by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: components/autofill/core/common/autofill_switches.h
diff --git a/components/autofill/core/common/autofill_switches.h b/components/autofill/core/common/autofill_switches.h
index 9f6478cde0e2f213d6882dbd303054733bc519cd..aa8e5b2a31907e1deda9e6ba5268efb70371c925 100644
--- a/components/autofill/core/common/autofill_switches.h
+++ b/components/autofill/core/common/autofill_switches.h
@@ -13,7 +13,6 @@ namespace switches {
extern const char kDisableCreditCardScan[];
extern const char kDisablePasswordGeneration[];
extern const char kDisableSingleClickAutofill[];
-extern const char kDisambiguateAutofillServerNameTypes[];
extern const char kEnableCreditCardScan[];
extern const char kEnablePasswordGeneration[];
extern const char kEnableSingleClickAutofill[];
@@ -22,7 +21,6 @@ extern const char kIgnoreAutocompleteOffForAutofill[];
extern const char kLocalHeuristicsOnlyForPasswordGeneration[];
extern const char kRespectAutocompleteOffForAutofill[];
extern const char kShowAutofillTypePredictions[];
-extern const char kTrustAutofillServerNameTypes[];
extern const char kWalletSecureServiceUrl[];
extern const char kWalletServiceUrl[];
extern const char kWalletServiceUseSandbox[];
« no previous file with comments | « components/autofill/core/browser/autofill_field.cc ('k') | components/autofill/core/common/autofill_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698