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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2738003002: Add title to current page in zero suggest. (Closed)
Patch Set: Remove debugging info. 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 ba0e2b950184bfeabc7ed8e54a2c30fd32a45f60..1244984891fbeac9a01bc2574ea0339b7410fd40 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -3320,6 +3320,14 @@ extern const char kAutoplayPolicyNoUserGestureRequired[];
// Description of the autoplay policy that requires a user gesture.
extern const char kAutoplayPolicyUserGestureRequired[];
+// 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_
« no previous file with comments | « chrome/browser/extensions/api/omnibox/omnibox_api_interactive_test.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698