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[] = |