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

Unified Diff: chrome/browser/flag_descriptions.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: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 0e28065dd02dc01e4841ff413ba09e5918581596..de6c3c0252bc8cb727923c91d5347ed2365190af 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -3358,6 +3358,12 @@ extern const char kOmniboxDisplayTitleForCurrentUrlName[];
// for current URL.
extern const char kOmniboxDisplayTitleForCurrentUrlDescription[];
+// Name of the Omnibox UI max autocomplete matches flag.
+extern const char kOmniboxUIMaxAutocompleteMatchesName[];
+
+// Description of the Omnibox UI max autocomplete matches flag.
+extern const char kOmniboxUIMaxAutocompleteMatchesDescription[];
+
// Name of the Omnibox UI vertical margin flag.
extern const char kOmniboxUIVerticalMarginName[];

Powered by Google App Engine
This is Rietveld 408576698