Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: chrome/browser/search/search.h

Issue 2143953002: Remove search::ShouldPrefetchSearchResultsOnSRP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add TODO Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/search/search.cc » ('j') | chrome/browser/ui/omnibox/chrome_omnibox_client.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
// -----------------------------------------------------
« no previous file with comments | « no previous file | chrome/browser/search/search.cc » ('j') | chrome/browser/ui/omnibox/chrome_omnibox_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698