| Index: content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host_impl.h b/content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| index fe4fa9ba0e3bceef3af07e5cd361ad54c3b5d114..d1d744f68591c035e1a6d6c2d9c29b48303814f5 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| @@ -402,7 +402,6 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| void OnDataDownloadedACK(int request_id);
|
| void OnUploadProgressACK(int request_id);
|
| void OnCancelRequest(int request_id);
|
| - void OnTransferRequestToNewPage(int new_routing_id, int request_id);
|
| void OnFollowRedirect(int request_id,
|
| bool has_new_first_party_for_cookies,
|
| const GURL& new_first_party_for_cookies);
|
|
|