Chromium Code Reviews| Index: chrome/browser/omnibox/omnibox_field_trial.h |
| diff --git a/chrome/browser/omnibox/omnibox_field_trial.h b/chrome/browser/omnibox/omnibox_field_trial.h |
| index df79dd50fa98f4cbdd864f22586059156aa6df36..0ee179a1965dbe5ea115cc3364bed619e7ebad6d 100644 |
| --- a/chrome/browser/omnibox/omnibox_field_trial.h |
| +++ b/chrome/browser/omnibox/omnibox_field_trial.h |
| @@ -282,6 +282,15 @@ class OmniboxFieldTrial { |
| static bool DisableInlining(); |
| // --------------------------------------------------------- |
| + // For the AnswersInSuggest experiment that's part of the bundled omnibox |
| + // field trial. |
| + |
| + // Returns true if the AnswersInSuggest feature should be enabled where |
|
Mark P
2014/06/19 23:50:21
nit: "where" -> ", causing"
nit (later): "are prov
Justin Donnelly
2014/06/20 00:39:20
Done.
|
| + // query responses such as current weather conditions or stock quotes |
| + // are provided in the Omnibox suggestion list. |
| + static bool EnableAnswersInSuggest(); |
| + |
| + // --------------------------------------------------------- |
| // Exposed publicly for the sake of unittests. |
| static const char kBundledExperimentFieldTrialName[]; |
| // Rule names used by the bundled experiment. |
| @@ -294,6 +303,7 @@ class OmniboxFieldTrial { |
| static const char kHQPAllowMatchInSchemeRule[]; |
| static const char kZeroSuggestRule[]; |
| static const char kZeroSuggestVariantRule[]; |
| + static const char kAnswersInSuggestRule[]; |
| static const char kBookmarksIndexURLsRule[]; |
| static const char kDisableInliningRule[]; |