| 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 0863976386bf431323f5792f059b139d5fbcec38..88e6de79f0757ac77a035ba15220b4a71864d52d 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,
|
| @@ -615,7 +615,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 =
|
|
|