| Index: chrome/browser/search/search.h
|
| diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
|
| index f6215a262ac9f6fd883adaa60159e54cb40bffe6..bd8a27549ca375558770a486c8ad335799d3ff2b 100644
|
| --- a/chrome/browser/search/search.h
|
| +++ b/chrome/browser/search/search.h
|
| @@ -119,10 +119,6 @@ std::vector<GURL> GetSearchURLs(Profile* profile);
|
| // trials.
|
| GURL GetSearchResultPrefetchBaseURL(Profile* profile);
|
|
|
| -// 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.
|
| -bool ShouldPrerenderInstantUrlOnOmniboxFocus();
|
|
|
| // Transforms the input |url| into its "effective URL". |url| must be an
|
| // Instant URL, i.e. ShouldAssignURLToInstantRenderer must return true. The
|
|
|