Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index 7ebc199b9a1bef44b28e2d68895ed390fd5c05f3..9674b3167809f7e191360c9ec941ca8eb1a1d210 100644 |
--- a/chrome/browser/flag_descriptions.cc |
+++ b/chrome/browser/flag_descriptions.cc |
@@ -2987,4 +2987,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 |