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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2738003002: Add title to current page in zero suggest. (Closed)
Patch Set: Add flag to show title for current URL suggestion. Created 3 years, 9 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 26708054ff4f71c3aeab32d03aa312b39294a535..118e6b3934fcc1f31568838d75a94007dac5135e 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2910,4 +2910,12 @@ const char kEnableEhvInputDescription[] =
#endif // #if defined(OS_CHROMEOS)
+const char kIncludeTitleToACMatchForCurrentUrlName[] =
+ "Include title to current URL suggestion in omnibox";
Mark P 2017/04/10 22:38:01 nit: to -> for the optional nit: omit "suggestion"
gcomanici 2017/04/11 20:51:41 Done.
+
+const char kIncludeTitleToACMatchForCurrentUrlDescription[] =
+ "In the event that omnibox provides suggestions before the user starts "
+ "typing a URL or a search query, the URL of the current page is provided "
Mark P 2017/04/10 22:38:02 Please consider a revised phrasing, like this: In
gcomanici 2017/04/11 20:51:41 Done.
+ "as the first suggestion. This feature will include the title along with "
+ "the URL of the page.";
} // namespace flag_descriptions

Powered by Google App Engine
This is Rietveld 408576698