Index: chrome/browser/renderer_host/resource_dispatcher_host.h |
diff --git a/chrome/browser/renderer_host/resource_dispatcher_host.h b/chrome/browser/renderer_host/resource_dispatcher_host.h |
index 2ff2ccee366b9e958ff4d4fe8509b6febdb5bb2d..3128805a90946d217cb4bc2a8a00506a6fb04f65 100644 |
--- a/chrome/browser/renderer_host/resource_dispatcher_host.h |
+++ b/chrome/browser/renderer_host/resource_dispatcher_host.h |
@@ -211,7 +211,9 @@ class ResourceDispatcherHost : public URLRequest::Delegate { |
virtual void OnSSLCertificateError(URLRequest* request, |
int cert_error, |
net::X509Certificate* cert); |
- virtual void OnSetCookieBlocked(URLRequest* request); |
+ virtual void OnSetCookie(URLRequest* request, |
+ const std::string& cookie_line, |
+ bool blocked_by_policy); |
virtual void OnResponseStarted(URLRequest* request); |
virtual void OnReadCompleted(URLRequest* request, int bytes_read); |
void OnResponseCompleted(URLRequest* request); |