| 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 dd55af60123e4142f7735f233819b7f74bfb6738..ee2d9f65130f850ca2778526f3ccf4b2e58c2a7c 100644
|
| --- a/content/browser/loader/navigation_url_loader_impl_core.h
|
| +++ b/content/browser/loader/navigation_url_loader_impl_core.h
|
| @@ -62,7 +62,8 @@ 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,
|
| + bool is_download);
|
|
|
| // Notifies |loader_| on the UI thread that the request failed.
|
| void NotifyRequestFailed(bool in_cache, int net_error);
|
|
|