| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index fbd5255ab69fcba4dfc4b7094a308d3ed355aabd..861e193851d753da0c3f6f557f40e61387e7ec12 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -3098,10 +3098,11 @@ const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
|
| "the current page is provided as the first suggestion without a title. "
|
| "Enabling this flag causes the title to be displayed.";
|
|
|
| -const char kOmniboxUIHideSuggestionUrlPathName[] =
|
| - "Omnibox UI Hide Suggestion URL Path";
|
| -const char kOmniboxUIHideSuggestionUrlPathDescription[] =
|
| - "Elides the paths of suggested URLs in the Omnibox dropdown.";
|
| +const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
|
| + "Omnibox UI Elide Suggestion URL After Host";
|
| +const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
|
| + "Elides the path, query, and ref of suggested URLs in the Omnibox "
|
| + "dropdown.";
|
|
|
| const char kOmniboxUIHideSuggestionUrlSchemeName[] =
|
| "Omnibox UI Hide Suggestion URL Scheme";
|
|
|