| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 23c1a4e0b1b167e802a7656467c461ce191c9ab2..dd4a277612467473e039a5191c212bb75a82a946 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -3101,6 +3101,11 @@ const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
|
| "Changes the maximum number af autocomplete matches displayed in the "
|
| "Omnibox UI.";
|
|
|
| +const char kOmniboxUIVerticalLayoutName[] = "Omnibox UI Vertical Layout";
|
| +
|
| +const char kOmniboxUIVerticalLayoutDescription[] =
|
| + "Displays Omnibox sugestions in 2 lines - title over origin.";
|
| +
|
| const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
|
|
|
| const char kOmniboxUIVerticalMarginDescription[] =
|
|
|