Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / autofill / core / common / autofill_switches.h
index 21c3f6d..c602fae 100644 (file)
@@ -10,13 +10,10 @@ 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 kAutofillServiceUrl[];
-extern const char kDisableInteractiveAutocomplete[];
 extern const char kDisablePasswordGeneration[];
-extern const char kEnableIgnoreAutocompleteOff[];
-extern const char kEnableInteractiveAutocomplete[];
 extern const char kEnablePasswordGeneration[];
-extern const char kNoAutofillNecessaryForPasswordGeneration[];
+extern const char kIgnoreAutocompleteOffForAutofill[];
+extern const char kLocalHeuristicsOnlyForPasswordGeneration[];
 extern const char kShowAutofillTypePredictions[];
 extern const char kWalletSecureServiceUrl[];
 extern const char kWalletServiceUrl[];