| Index: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| diff --git a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| index 1f60a834e0e6fd156ad516fa8503f60780e8627f..7e9bd2ba3a5bf4e3bbf9ff3c040e76ed66193b48 100644
|
| --- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| +++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| @@ -43,7 +43,7 @@
|
| #include "content/public/browser/resource_context.h"
|
| #include "content/public/browser/resource_dispatcher_host.h"
|
| #include "content/public/browser/resource_request_info.h"
|
| -#include "content/public/browser/stream_handle.h"
|
| +#include "content/public/browser/stream_info.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/common/resource_response.h"
|
| #include "net/base/load_flags.h"
|
| @@ -167,7 +167,7 @@ void UpdatePrerenderNetworkBytesCallback(int render_process_id,
|
| }
|
|
|
| #if defined(ENABLE_EXTENSIONS)
|
| -void SendExecuteMimeTypeHandlerEvent(scoped_ptr<content::StreamHandle> stream,
|
| +void SendExecuteMimeTypeHandlerEvent(scoped_ptr<content::StreamInfo> stream,
|
| int64 expected_content_size,
|
| int render_process_id,
|
| int render_view_id,
|
| @@ -617,7 +617,7 @@ bool ChromeResourceDispatcherHostDelegate::ShouldInterceptResourceAsStream(
|
|
|
| void ChromeResourceDispatcherHostDelegate::OnStreamCreated(
|
| net::URLRequest* request,
|
| - scoped_ptr<content::StreamHandle> stream) {
|
| + scoped_ptr<content::StreamInfo> stream) {
|
| #if defined(ENABLE_EXTENSIONS)
|
| const ResourceRequestInfo* info = ResourceRequestInfo::ForRequest(request);
|
| std::map<net::URLRequest*, StreamTargetInfo>::iterator ix =
|
|
|