| Index: chrome/browser/search/search.h
|
| diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
|
| index 4466ef28c2c2e6ffd8e6516bfcff40d2e63ea548..cde50c0afd23a4fea3ad067a6f1a3f27b0ae0ca0 100644
|
| --- a/chrome/browser/search/search.h
|
| +++ b/chrome/browser/search/search.h
|
| @@ -173,9 +173,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.
|
| // -----------------------------------------------------
|
|
|