| Index: chrome/browser/search/search.h
|
| diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
|
| index 14a798278b61c539e702828df1df1a6fd8a6fd12..f6215a262ac9f6fd883adaa60159e54cb40bffe6 100644
|
| --- a/chrome/browser/search/search.h
|
| +++ b/chrome/browser/search/search.h
|
| @@ -163,9 +163,6 @@ void SetInstantSupportStateInNavigationEntry(InstantSupportState state,
|
| InstantSupportState GetInstantSupportStateFromNavigationEntry(
|
| const content::NavigationEntry& entry);
|
|
|
| -// Returns true if the field trial flag is enabled to prefetch results on SRP.
|
| -bool ShouldPrefetchSearchResultsOnSRP();
|
| -
|
| // -----------------------------------------------------
|
| // The following APIs are exposed for use in tests only.
|
| // -----------------------------------------------------
|
|
|