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

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

Issue 2717893002: Omnibox - Warm Up PSuggest on Focus (Closed)
Patch Set: rebase Created 3 years, 10 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 6c7ca25b0c1faa810425f4f20c9e85d3aa803cf6..69b7d3b9394cc875a9bfa472f4d745911f7164d2 100644
--- a/components/omnibox/browser/omnibox_field_trial.h
+++ b/components/omnibox/browser/omnibox_field_trial.h
@@ -25,7 +25,7 @@ class TimeDelta;
namespace omnibox {
extern const base::Feature kNewOmniboxAnswerTypes;
-
+extern const base::Feature kSearchProviderWarmUpOnFocus;
}
// The set of parameters customizing the HUP scoring.

Powered by Google App Engine
This is Rietveld 408576698