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

Unified Diff: components/omnibox/browser/omnibox_field_trial.h

Issue 2873423002: Omnibox UI Experiments: Add flag to change max autocomplete matches. (Closed)
Patch Set: format Created 3 years, 7 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/omnibox/browser/omnibox_field_trial.h
diff --git a/components/omnibox/browser/omnibox_field_trial.h b/components/omnibox/browser/omnibox_field_trial.h
index fd96b33c741c7d9c50cf3e70b311f81e0beb8307..579cb81c659c0b759756424e6b73774134ec48a9 100644
--- a/components/omnibox/browser/omnibox_field_trial.h
+++ b/components/omnibox/browser/omnibox_field_trial.h
@@ -32,6 +32,7 @@ extern const base::Feature kSearchProviderContextAllowHttpsUrls;
extern const base::Feature kZeroSuggestRedirectToChrome;
extern const base::Feature kZeroSuggestSwapTitleAndUrl;
extern const base::Feature kDisplayTitleForCurrentUrl;
+extern const base::Feature kUIExperimentMaxAutocompleteMatches;
extern const base::Feature kUIExperimentVerticalMargin;
}
@@ -497,6 +498,7 @@ class OmniboxFieldTrial {
static const char kZeroSuggestRedirectToChromeAdditionalFieldsParam[];
// Parameter names used by UI experiments.
+ static const char kUIMaxAutocompleteMatchesParam[];
static const char kUIVerticalMarginParam[];
// The amount of time to wait before sending a new suggest request after the

Powered by Google App Engine
This is Rietveld 408576698