| Index: content/browser/frame_host/navigator_delegate.h
|
| diff --git a/content/browser/frame_host/navigator_delegate.h b/content/browser/frame_host/navigator_delegate.h
|
| index 3263ffd174067719b92eca4aa36caaa8dccb6a6d..37097170dbe62180282011b1e251906f4cdcd6e1 100644
|
| --- a/content/browser/frame_host/navigator_delegate.h
|
| +++ b/content/browser/frame_host/navigator_delegate.h
|
| @@ -56,7 +56,10 @@ class CONTENT_EXPORT NavigatorDelegate {
|
| // A provisional load in |render_frame_host| failed.
|
| virtual void DidFailProvisionalLoadWithError(
|
| RenderFrameHostImpl* render_frame_host,
|
| - const FrameHostMsg_DidFailProvisionalLoadWithError_Params& params) {}
|
| + const GURL& validated_url,
|
| + int error_code,
|
| + const base::string16& error_description,
|
| + bool was_ignored_by_handler) {}
|
|
|
| // Document load in |render_frame_host| failed.
|
| virtual void DidFailLoadWithError(
|
|
|