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

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

Issue 2152743002: Remove search::ShouldPrerenderInstantUrlOnOmniboxFocus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_prefetch_srp
Patch Set: rebase Created 4 years, 4 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') | no next file with comments »
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 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
« no previous file with comments | « no previous file | chrome/browser/search/search.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698