Chromium Code Reviews| Index: chrome/browser/flag_descriptions.cc |
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
| index e0ce219a13c8463ec2de397306ee86b5e7a4fac0..67ea2f89f7465abe434d0c5dd43445676da7e59d 100644 |
| --- a/chrome/browser/flag_descriptions.cc |
| +++ b/chrome/browser/flag_descriptions.cc |
| @@ -2968,4 +2968,11 @@ const char kEnableCopylessPasteDescription[] = |
| #endif // defined(OS_ANDROID) |
| +const char kOmniboxDisplayTitleForCurrentUrlName[] = |
| + "Include title for current URL in omnibox"; |
|
Mark P
2017/04/12 05:07:56
nit: for -> for the
nit: in -> in the
gcomanici
2017/04/12 16:16:30
Done.
|
| + |
| +const char kOmniboxDisplayTitleForCurrentUrlDescription[] = |
| + "In the event that omnibox provides suggestions on-focus, the URL of the " |
|
Mark P
2017/04/12 05:07:56
nit: that -> that the
gcomanici
2017/04/12 16:16:30
Done.
|
| + "current page is provided as the first suggestion with a title. Enabling " |
|
Mark P
2017/04/12 05:07:56
nit: with -> without
(yes, I know I'm editing the
gcomanici
2017/04/12 16:16:30
Done.
|
| + "this flag causes the title to be displayed."; |
|
Mark P
2017/04/12 05:07:56
nit: blank line between end of your variable defin
gcomanici
2017/04/12 16:16:30
Done.
|
| } // namespace flag_descriptions |