Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1797)

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2738003002: Add title to current page in zero suggest. (Closed)
Patch Set: Change the place where the title is added and some suggested renaming. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698