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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2914163004: Omnibox UI Experiments: Make suggestions dropdown match omnibox width. (Closed)
Patch Set: fix Created 3 years, 6 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.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 381a31eed59ab9dfa752bdd56e58ed8d376de4bd..0a0be84f91a6ba4b35bca62ad66058c337aa51ee 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3129,6 +3129,11 @@ const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
"Changes the maximum number af autocomplete matches displayed in the "
"Omnibox UI.";
+const char kOmniboxUINarrowDropdownName[] = "Omnibox UI Narrow Dropdown";
+
+const char kOmniboxUINarrowDropdownDescription[] =
+ "Makes the suggestions dropdown width match the omnibox width.";
+
const char kOmniboxUIVerticalLayoutName[] = "Omnibox UI Vertical Layout";
const char kOmniboxUIVerticalLayoutDescription[] =

Powered by Google App Engine
This is Rietveld 408576698