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[]; |