| 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 a1e15cb085ce4efb9b2ea6bd2274127f52e38f84..8b9b0cf28faf15536e089f1faebc2dce4b641383 100644
|
| --- a/content/browser/loader/navigation_url_loader_impl_core.h
|
| +++ b/content/browser/loader/navigation_url_loader_impl_core.h
|
| @@ -59,7 +59,7 @@ class NavigationURLLoaderImplCore {
|
| scoped_ptr<StreamHandle> body);
|
|
|
| // Notifies |loader_| on the UI thread that the request failed.
|
| - void NotifyRequestFailed(int net_error);
|
| + void NotifyRequestFailed(bool in_cache, int net_error);
|
|
|
| private:
|
| base::WeakPtr<NavigationURLLoaderImpl> loader_;
|
|
|