| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 7fdd922f714d206b4b82dc66f049f2d16b537e73..14527ab3c8e9daa1deb709a47663a0816e9c9e53 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -3055,4 +3055,12 @@ const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
|
| const char kAutoplayPolicyCrossOriginUserGestureRequired[] =
|
| "User gesture is required for cross-origin iframes.";
|
|
|
| +const char kOmniboxDisplayTitleForCurrentUrlName[] =
|
| + "Include title for the current URL in the omnibox";
|
| +
|
| +const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
|
| + "In the event that the omnibox provides suggestions on-focus, the URL of "
|
| + "the current page is provided as the first suggestion without a title. "
|
| + "Enabling this flag causes the title to be displayed.";
|
| +
|
| } // namespace flag_descriptions
|
|
|