| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index e0ce219a13c8463ec2de397306ee86b5e7a4fac0..861858d32fed9854b1f94b3157f2fa576502dbaf 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -2968,4 +2968,12 @@ const char kEnableCopylessPasteDescription[] =
|
|
|
| #endif // defined(OS_ANDROID)
|
|
|
| +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
|
|
|