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

Unified Diff: chrome/browser/prerender/prerender_handle.h

Issue 2569763002: Prerender: remove PrerenderHandle::Matches() (Closed)
Patch Set: Created 4 years 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/prerender/prerender_handle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_handle.h
diff --git a/chrome/browser/prerender/prerender_handle.h b/chrome/browser/prerender/prerender_handle.h
index 168af0c23e74a4da5aaefc21295457034296d00a..9beac512926dbd67042a6895a587e61686aeb9d8 100644
--- a/chrome/browser/prerender/prerender_handle.h
+++ b/chrome/browser/prerender/prerender_handle.h
@@ -11,12 +11,6 @@
#include "base/memory/weak_ptr.h"
#include "chrome/browser/prerender/prerender_manager.h"
-class GURL;
-
-namespace content {
-class SessionStorageNamespace;
-}
-
namespace prerender {
class PrerenderContents;
@@ -77,11 +71,6 @@ class PrerenderHandle : public PrerenderContents::Observer {
PrerenderContents* contents() const;
- // Returns whether the prerender matches the URL provided.
- bool Matches(
- const GURL& url,
- const content::SessionStorageNamespace* session_storage_namespace) const;
-
// Returns whether this PrerenderHandle represents the same prerender as
// the other PrerenderHandle object specified.
bool RepresentingSamePrerenderAs(PrerenderHandle* other) const;
« no previous file with comments | « no previous file | chrome/browser/prerender/prerender_handle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698