| Index: content/browser/renderer_host/resource_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host.h b/content/browser/renderer_host/resource_dispatcher_host.h
|
| index f731d69d471b30de178b4be543e1ab7f2d910515..229083d5c330a17fc02ea0b8fb344157857a149a 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host.h
|
| @@ -184,11 +184,6 @@ class CONTENT_EXPORT ResourceDispatcherHost : public net::URLRequest::Delegate {
|
| virtual void OnSSLCertificateError(net::URLRequest* request,
|
| const net::SSLInfo& ssl_info,
|
| bool fatal) OVERRIDE;
|
| - virtual bool CanGetCookies(const net::URLRequest* request,
|
| - const net::CookieList& cookie_list) const OVERRIDE;
|
| - virtual bool CanSetCookie(const net::URLRequest* request,
|
| - const std::string& cookie_line,
|
| - net::CookieOptions* options) const OVERRIDE;
|
| virtual void OnResponseStarted(net::URLRequest* request) OVERRIDE;
|
| virtual void OnReadCompleted(net::URLRequest* request,
|
| int bytes_read) OVERRIDE;
|
|
|