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

Unified Diff: components/omnibox/browser/omnibox_field_trial.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: components/omnibox/browser/omnibox_field_trial.h
diff --git a/components/omnibox/browser/omnibox_field_trial.h b/components/omnibox/browser/omnibox_field_trial.h
index 2409711b18e74acf5538f06890b3bae1e0e47138..e88c10e356a6aa6d7a85989b0c8b9b6a9a6cebf1 100644
--- a/components/omnibox/browser/omnibox_field_trial.h
+++ b/components/omnibox/browser/omnibox_field_trial.h
@@ -24,6 +24,7 @@ class TimeDelta;
namespace omnibox {
+extern const base::Feature kIncludeTitleToACMatchForCurrentUrl;
Mark P 2017/04/10 22:38:02 ACMatch seems unnecessary here. Perhaps kDisplayT
Mark P 2017/04/10 22:38:02 nit: please add to the bottom. (We've been workin
gcomanici 2017/04/11 20:51:41 Done.
gcomanici 2017/04/11 20:51:41 Done.
extern const base::Feature kNewOmniboxAnswerTypes;
extern const base::Feature kOmniboxEntitySuggestions;
extern const base::Feature kEnableClipboardProvider;

Powered by Google App Engine
This is Rietveld 408576698