Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index da308b10b5c7546fd3079116f22f43622c8af7a8..60cdea90b957f5f6f43b6d811c3a566ae647004f 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -342,9 +342,6 @@ class CONTENT_EXPORT RenderFrameHostImpl |
const GURL& url, |
int error_code, |
const base::string16& error_description); |
- void OnDidRedirectProvisionalLoad(int32 page_id, |
- const GURL& source_url, |
- const GURL& target_url); |
void OnDidCommitProvisionalLoad(const IPC::Message& msg); |
void OnBeforeUnloadACK( |
bool proceed, |