Index: chrome/browser/flag_descriptions.h |
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h |
index b0bae0c2cd32ca6dd831fa6dee9ef91124a08728..f96ba30cb8fc3ed5b3433feae4ac84d738ed2937 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 to omnibox auto complete |
Mark P
2017/04/12 05:07:56
I'm not sure what you meant here by this sentence
gcomanici
2017/04/12 16:16:30
Done.
|
+// match for current URL. |
+extern const char kOmniboxDisplayTitleForCurrentUrlName[]; |
+ |
+// Description of the about: flag g for displaying the title to omnibox auto |
Mark P
2017/04/12 05:07:56
Another typo "g" :-P , plus a copy and paste erro
gcomanici
2017/04/12 16:16:30
Done. Sorry about that. We should have some lintin
Mark P
2017/04/12 17:58:46
What a fun idea. "lint" runs a grammar checker. :
|
+// complete match for current URL. match for current URL. |
+extern const char kOmniboxDisplayTitleForCurrentUrlDescription[]; |
+ |
} // namespace flag_descriptions |
#endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |