| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index a9789a61bd0ee8d93b2390e985a1d1f4c48c1050..b7e2807c81c7cafd4c3fdae7a408b42ed34cb575 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -3100,6 +3100,11 @@ const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
|
| "Changes the maximum number of 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[] =
|
|
|