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

Unified Diff: components/omnibox/browser/omnibox_field_trial.cc

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.cc
diff --git a/components/omnibox/browser/omnibox_field_trial.cc b/components/omnibox/browser/omnibox_field_trial.cc
index 378027ff0bc2748b7e25fac1086ed2b30034d053..cf74c471f8cea703d75ce4e824932990856bdf6e 100644
--- a/components/omnibox/browser/omnibox_field_trial.cc
+++ b/components/omnibox/browser/omnibox_field_trial.cc
@@ -28,6 +28,10 @@ using metrics::OmniboxEventProto;
namespace omnibox {
+// Feature used for the Zero Suggest Redirect to Chrome Field Trial.
Mark P 2017/04/10 22:38:02 Copy-paste error? Please write a real comment.
gcomanici 2017/04/11 20:51:41 Done.
+const base::Feature kIncludeTitleToACMatchForCurrentUrl{
+ "IncludeTitleToACMatchForCurrentUrl", base::FEATURE_DISABLED_BY_DEFAULT};
+//
// Feature used to enable the new set of answers in suggest types (currency,
// dictionary, sports, translation, when is). Note that the state of this
// Feature is not consulted anywhere in the code. It is only used to force a

Powered by Google App Engine
This is Rietveld 408576698