| Index: chrome/browser/search/search.h
|
| diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
|
| index 75c4aeb5a25f98a06f72b60957fe475b6f7b5668..978e394903849d5b0744778b735165d0205e8673 100644
|
| --- a/chrome/browser/search/search.h
|
| +++ b/chrome/browser/search/search.h
|
| @@ -166,6 +166,11 @@ GURL GetSearchResultPrefetchBaseURL(Profile* profile);
|
| // prefetch high-confidence search suggestions.
|
| bool ShouldPrefetchSearchResults();
|
|
|
| +// Returns true if 'allow_prefetch_non_default_match' flag is enabled in field
|
| +// trials to allow prefetching the suggestion marked to be prefetched by the
|
| +// suggest server even if it is not the default match.
|
| +bool ShouldAllowPrefetchNonDefaultMatch();
|
| +
|
| // Returns true if 'prerender_instant_url_on_omnibox_focus' flag is enabled in
|
| // field trials to prerender Instant search base page when the omnibox is
|
| // focused.
|
|
|