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

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

Issue 23033016: Remove autocheckout code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Even more deletes, and Ilya review. Created 7 years, 4 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.h
diff --git a/components/autofill/core/common/autofill_switches.h b/components/autofill/core/common/autofill_switches.h
index 84d76d59c594731eb7e06e40f3672640cfc81d62..e899abf6a3dfe35aa931f5a3dece5719b64b7d14 100644
--- a/components/autofill/core/common/autofill_switches.h
+++ b/components/autofill/core/common/autofill_switches.h
@@ -10,9 +10,7 @@ namespace switches {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
-extern const char kAutocheckoutWhitelistUrl[];
extern const char kAutofillServiceUrl[];
-extern const char kBypassAutocheckoutWhitelist[];
extern const char kDisableInteractiveAutocomplete[];
extern const char kEnableExperimentalFormFilling[];
extern const char kEnableInteractiveAutocomplete[];

Powered by Google App Engine
This is Rietveld 408576698