diff options
Diffstat (limited to 'content/public/browser/resource_dispatcher_host.h')
-rw-r--r-- | content/public/browser/resource_dispatcher_host.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/public/browser/resource_dispatcher_host.h b/content/public/browser/resource_dispatcher_host.h index 030dd75..d6f813b 100644 --- a/content/public/browser/resource_dispatcher_host.h +++ b/content/public/browser/resource_dispatcher_host.h @@ -53,10 +53,6 @@ class CONTENT_EXPORT ResourceDispatcherHost { // Clears the ResourceDispatcherHostLoginDelegate associated with the request. virtual void ClearLoginDelegateForRequest(net::URLRequest* request) = 0; - // Marks the request as "parked". This happens if a request is - // redirected cross-site and needs to be resumed by a new render view. - virtual void MarkAsTransferredNavigation(net::URLRequest* request) = 0; - protected: virtual ~ResourceDispatcherHost() {} }; |