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

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, 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.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index c8a324b710a1c3c447abbe452838c826e132cf45..35061ee474e0890a65f2416a1049c96507bc0eb4 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3127,6 +3127,12 @@ const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
"Changes the maximum number af autocomplete matches displayed in the "
"Omnibox UI.";
+const char kOmniboxUISuggestionsDropdownWidthName[] =
+ "Omnibox UI Suggestions Dropdown Width";
+
+const char kOmniboxUISuggestionsDropdownWidthDescription[] =
+ "Makes the suggestions dropdown width match the Omnibox width.";
Peter Kasting 2017/06/05 18:25:45 Nit: Don't capitalize Omnibox
tommycli 2017/06/05 22:39:21 Done.
+
const char kOmniboxUIVerticalLayoutName[] = "Omnibox UI Vertical Layout";
const char kOmniboxUIVerticalLayoutDescription[] =

Powered by Google App Engine
This is Rietveld 408576698