Index: chrome/browser/flag_descriptions.h |
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h |
index ba0e2b950184bfeabc7ed8e54a2c30fd32a45f60..c7f706132919e0281cfdc90375a0d1d34b8424a7 100644 |
--- a/chrome/browser/flag_descriptions.h |
+++ b/chrome/browser/flag_descriptions.h |
@@ -3320,6 +3320,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[]; |
Mark P
2017/04/27 05:44:08
Is this a rebase error? Should this block be remo
gcomanici
2017/04/27 17:29:30
Removed.
|
+ |
+// 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_ |