| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 98b61d2977d37a2b2d5cb1d3f8e597c9f8745b7f..61884825625ffca87f6fbaa59073ef7090cdfe79 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -3183,10 +3183,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";
|
|
|