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 5a928be791016c22062e9b81b71eb0e2c333161a..d721a49f9b8e1a30c3c85d81f2f171bcc16869ee 100644 |
--- a/chrome/browser/omnibox/omnibox_field_trial.h |
+++ b/chrome/browser/omnibox/omnibox_field_trial.h |
@@ -125,6 +125,15 @@ class OmniboxFieldTrial { |
// all query suggestions from search history. |
static bool SearchHistoryDisable(); |
+ // --------------------------------------------------------- |
+ // For the OmniboxReorderForInlining field trial. |
+ |
+ // Returns true if the omnibox will reorder matches so that an inlineable |
+ // match will appear first. This means AutocompleteProviders can score |
+ // matches however they desire without regard to making sure the top result |
+ // when all the matches from all providers are merged is inlineable. |
+ static bool InReorderForInliningGroup(); |
+ |
private: |
DISALLOW_IMPLICIT_CONSTRUCTORS(OmniboxFieldTrial); |
}; |