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

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

Issue 962673004: [Autofill/Autocomplete Feature] Substring matching instead of prefix matching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unittests. Created 5 years, 9 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 ca4ca03d4b9a7a30b524de12ef9cebff0a23a08d..910c54065344920ef76901a3b17e1945134e61e3 100644
--- a/components/autofill/core/common/autofill_switches.h
+++ b/components/autofill/core/common/autofill_switches.h
@@ -20,6 +20,7 @@ extern const char kEnableFillOnAccountSelectNoHighlighting[];
extern const char kEnablePasswordGeneration[];
extern const char kEnablePasswordSaveOnInPageNavigation[];
extern const char kEnableSingleClickAutofill[];
+extern const char kEnableSuggestionsWithSubStringMatch[];
extern const char kIgnoreAutocompleteOffForAutofill[];
extern const char kLocalHeuristicsOnlyForPasswordGeneration[];
extern const char kRespectAutocompleteOffForAutofill[];

Powered by Google App Engine
This is Rietveld 408576698