Index: chrome/browser/prerender/prerender_util.h |
diff --git a/chrome/browser/prerender/prerender_util.h b/chrome/browser/prerender/prerender_util.h |
index 1c0626e4901d597d9b6f5ebb30f389b2965b93b8..fd938878d4cf2eb9cce0d35edf1504ceb3a57838 100644 |
--- a/chrome/browser/prerender/prerender_util.h |
+++ b/chrome/browser/prerender/prerender_util.h |
@@ -34,10 +34,6 @@ bool IsGoogleDomain(const GURL& url); |
// Indicates whether the URL provided could be a Google search result page. |
bool IsGoogleSearchResultURL(const GURL& url); |
-// Returns true iff the URL provided is Web URL, using the scheme http |
-// or https. |
-bool IsWebURL(const GURL& url); |
- |
// The prerender contents of some experiments should never be swapped in |
// by pretending to never match on the URL. This function will return true |
// iff this is the case for the experiment_id specified. |