Index: chrome/browser/flag_descriptions.h |
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h |
index b0bae0c2cd32ca6dd831fa6dee9ef91124a08728..0bcfbc53846cd43e7b171f9878bddcc9ebcf6593 100644 |
--- a/chrome/browser/flag_descriptions.h |
+++ b/chrome/browser/flag_descriptions.h |
@@ -3218,6 +3218,14 @@ extern const char kEnableCopylessPasteDescription[]; |
#endif // defined(OS_ANDROID) |
+// Name of the about: flag for displaying the title of the omnibox match for |
+// current URL. |
+extern const char kOmniboxDisplayTitleForCurrentUrlName[]; |
+ |
+// Description of the about: flag for displaying the title of the omnibox match |
+// for current URL. |
+extern const char kOmniboxDisplayTitleForCurrentUrlDescription[]; |
+ |
} // namespace flag_descriptions |
#endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |