Index: chrome/browser/flag_descriptions.h |
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h |
index 2eeb915f531cac30a28ba5917b0b425f0561bfe0..7dbd9093a2aab42b2399dde2eef22a77bb830fd3 100644 |
--- a/chrome/browser/flag_descriptions.h |
+++ b/chrome/browser/flag_descriptions.h |
@@ -3326,6 +3326,18 @@ extern const char kAutoplayPolicyNoUserGestureRequired[]; |
// Description of the autoplay policy that requires a user gesture. |
extern const char kAutoplayPolicyUserGestureRequired[]; |
+// Name for the about: flag for including the title to auto complete match for |
+// current URL. |
+extern const char kIncludeTitleToACMatchForCurrentUrlName[]; |
+ |
+// 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_ |