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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2738003002: Add title to current page in zero suggest. (Closed)
Patch Set: Fix a nullptr problem that was crashing some UI tests. 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 2eeb915f531cac30a28ba5917b0b425f0561bfe0..7dbd9093a2aab42b2399dde2eef22a77bb830fd3 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -3326,6 +3326,18 @@ extern const char kAutoplayPolicyNoUserGestureRequired[];
// Description of the autoplay policy that requires a user gesture.
extern const char kAutoplayPolicyUserGestureRequired[];
+// Name for the about: flag for including the title to auto complete match for
+// current URL.
+extern const char kIncludeTitleToACMatchForCurrentUrlName[];
+
+// 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_

Powered by Google App Engine
This is Rietveld 408576698