Index: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h |
diff --git a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h |
index e7842b867dc7950844a3f36f9c7768a5f25e4a39..df40ad942e4596e2f6188a58ed3a00984ca0aa77 100644 |
--- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h |
+++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h |
@@ -74,6 +74,17 @@ class ChromeResourceDispatcherHostDelegate |
int route_id) OVERRIDE; |
virtual bool ShouldForceDownloadResource( |
const GURL& url, const std::string& mime_type) OVERRIDE; |
+ virtual bool ShouldCreateStream(content::ResourceContext* resource_context, |
+ const GURL& url, |
+ const std::string& mime_type, |
+ GURL* security_origin) OVERRIDE; |
+ virtual void OnStreamCreated( |
+ content::ResourceContext* resource_context, |
+ int render_process_id, |
+ int render_view_id, |
+ const GURL& stream_url, |
+ const std::string& mime_type, |
+ const GURL& original_url) OVERRIDE; |
virtual void OnResponseStarted( |
net::URLRequest* request, |
content::ResourceContext* resource_context, |