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

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

Issue 1224083010: Enable Answers in Suggest always. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comment Created 5 years, 5 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 3bf517983500b0bde64ff70d055ec9f4eb0f0739..3cc517d58c6a8926a2c3af4a5640204a1018b153 100644
--- a/components/omnibox/browser/omnibox_field_trial.h
+++ b/components/omnibox/browser/omnibox_field_trial.h
@@ -240,16 +240,6 @@ class OmniboxFieldTrial {
static bool HQPAllowMatchInSchemeValue();
// ---------------------------------------------------------
- // For the AnswersInSuggest experiment that's part of the bundled omnibox
- // field trial.
-
- // Returns true if the AnswersInSuggest feature should be enabled causing
- // query responses such as current weather conditions or stock quotes
- // to be provided in the Omnibox suggestion list. Considers both the
- // field trial state as well as the overriding command-line flags.
- static bool EnableAnswersInSuggest();
-
- // ---------------------------------------------------------
// For SearchProvider related experiments.
// Returns true if the search provider should not be caching results.
@@ -334,7 +324,6 @@ class OmniboxFieldTrial {
static const char kHQPAllowMatchInSchemeRule[];
static const char kZeroSuggestRule[];
static const char kZeroSuggestVariantRule[];
- static const char kAnswersInSuggestRule[];
static const char kDisableResultsCachingRule[];
static const char kMeasureSuggestPollingDelayFromLastKeystrokeRule[];
static const char kSuggestPollingDelayMsRule[];
« no previous file with comments | « components/omnibox/browser/history_url_provider.cc ('k') | components/omnibox/browser/omnibox_field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698