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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2738003002: Add title to current page in zero suggest. (Closed)
Patch Set: Add flag to show title for current URL suggestion. Created 3 years, 9 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 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_

Powered by Google App Engine
This is Rietveld 408576698