Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4553)

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2738003002: Add title to current page in zero suggest. (Closed)
Patch Set: Change the place where the title is added and some suggested renaming. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698