Index: chrome/browser/flag_descriptions.h |
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h |
index 78782b247aaad18eb5e803823456fb62e79e3fca..be3f44bc987d876994e660b595c5da8111f15838 100644 |
--- a/chrome/browser/flag_descriptions.h |
+++ b/chrome/browser/flag_descriptions.h |
@@ -3156,6 +3156,14 @@ extern const char kEnableEhvInputDescription[]; |
#endif // #if defined(OS_CHROMEOS) |
+// Name for the about: flag for including the title to auto complete match for |
Mark P
2017/04/10 22:38:02
nit: "for the" -> "of the"
(for consistency with t
gcomanici
2017/04/11 20:51:41
Done.
|
+// current URL. |
+extern const char kIncludeTitleToACMatchForCurrentUrlName[]; |
Mark P
2017/04/10 22:38:02
Please revise this variable name and comment to be
gcomanici
2017/04/11 20:51:41
Done.
|
+ |
+// Description for the about: flag for including the title to auto complete |
+// match for current URL. |
+extern const char kIncludeTitleToACMatchForCurrentUrlDescription[]; |
+ |
} // namespace flag_descriptions |
#endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |