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 50b8701334f6903ba2efe80dcc29223238cffee9..fee3322c668e17dd65bf7c766618c7636db35ba7 100644 |
--- a/chrome/browser/omnibox/omnibox_field_trial.h |
+++ b/chrome/browser/omnibox/omnibox_field_trial.h |
@@ -102,6 +102,10 @@ class OmniboxFieldTrial { |
// ZeroSuggest and most visited suggestions. |
static bool InZeroSuggestMostVisitedFieldTrial(); |
+ // Returns whether the user is in a ZeroSuggest field trial and URL-based |
+ // suggestions can continue to appear after the user has started typing. |
+ static bool InZeroSuggestAfterTypingFieldTrial(); |
+ |
// --------------------------------------------------------- |
// For the ShortcutsScoringMaxRelevance experiment that's part of the |
// bundled omnibox field trial. |