| 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 c3c6480fd5ef0932e9822791d461dec2f5339da4..9046194c7242683057a5b95589d447a1eea634e1 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"
|
| @@ -166,7 +166,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,
|
| @@ -611,7 +611,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 =
|
|
|