| 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 00a6e10cbcbb9fa8c3b90f57d703cdcaf326bdc0..33fccafa2b462b054fd82a52aa8fd285fc52fed5 100644
|
| --- a/content/browser/loader/navigation_url_loader_impl_core.h
|
| +++ b/content/browser/loader/navigation_url_loader_impl_core.h
|
| @@ -22,6 +22,7 @@ class NavigationData;
|
| class ResourceContext;
|
| class ServiceWorkerNavigationHandleCore;
|
| class StreamHandle;
|
| +struct GlobalRequestID;
|
| struct ResourceResponse;
|
| struct SSLStatus;
|
|
|
| @@ -61,7 +62,10 @@ class NavigationURLLoaderImplCore {
|
| void NotifyResponseStarted(ResourceResponse* response,
|
| std::unique_ptr<StreamHandle> body,
|
| const SSLStatus& ssl_status,
|
| - std::unique_ptr<NavigationData> navigation_data);
|
| + std::unique_ptr<NavigationData> navigation_data,
|
| + const GlobalRequestID& request_id,
|
| + bool is_download,
|
| + bool is_stream);
|
|
|
| // Notifies |loader_| on the UI thread that the request failed.
|
| void NotifyRequestFailed(bool in_cache, int net_error);
|
|
|