| Index: content/browser/loader/navigation_url_loader_impl_core.h
|
| diff --git a/content/browser/loader/navigation_url_loader_impl_core.h b/content/browser/loader/navigation_url_loader_impl_core.h
|
| index 83025fdf9a517c13a048b1fc759369b03d9ee39d..0c6dff3d65a596ccbf43a2428ecb9c90bf9cf695 100644
|
| --- a/content/browser/loader/navigation_url_loader_impl_core.h
|
| +++ b/content/browser/loader/navigation_url_loader_impl_core.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/browser/loader/navigation_url_loader_impl.h"
|
| +#include "mojo/public/cpp/system/data_pipe.h"
|
|
|
| namespace net {
|
| class URLRequestContextGetter;
|
| @@ -23,7 +24,6 @@ class NavigationResourceHandler;
|
| class NavigationData;
|
| class ResourceContext;
|
| class ServiceWorkerNavigationHandleCore;
|
| -class StreamHandle;
|
| struct GlobalRequestID;
|
| struct ResourceResponse;
|
| struct SSLStatus;
|
| @@ -64,7 +64,7 @@ class NavigationURLLoaderImplCore {
|
|
|
| // Notifies |loader_| on the UI thread that the response started.
|
| void NotifyResponseStarted(ResourceResponse* response,
|
| - std::unique_ptr<StreamHandle> body,
|
| + mojo::ScopedDataPipeConsumerHandle consumer_handle,
|
| const SSLStatus& ssl_status,
|
| std::unique_ptr<NavigationData> navigation_data,
|
| const GlobalRequestID& request_id,
|
|
|