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

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

Issue 348433009: [AiS] Command-line flag and field trial changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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: 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[];

Powered by Google App Engine
This is Rietveld 408576698