| 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;
|
|
|