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 |