| Index: components/search/search.h
|
| diff --git a/components/search/search.h b/components/search/search.h
|
| index d97b240be0b76698813ee2e3ee4db81b38eb43df..ee7fe8fada0319f5607a26cbe25c7d02c6b0cf87 100644
|
| --- a/components/search/search.h
|
| +++ b/components/search/search.h
|
| @@ -88,11 +88,6 @@ bool ShouldPrefetchSearchResults();
|
| // trials to reuse the prerendered page to commit any search query.
|
| bool ShouldReuseInstantSearchBasePage();
|
|
|
| -// 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();
|
| -
|
| // |url| should either have a secure scheme or have a non-HTTPS base URL that
|
| // the user specified using --google-base-url. (This allows testers to use
|
| // --google-base-url to point at non-HTTPS servers, which eases testing.)
|
|
|