| Index: content/browser/frame_host/navigation_handle_impl.h
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
|
| index 881522dcea88783bdf1eafca300822df7d213962..f99e6f9173dd25ba27cf706c60681dc392ba03c2 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.h
|
| +++ b/content/browser/frame_host/navigation_handle_impl.h
|
| @@ -203,9 +203,7 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
|
| // Called when the navigation is ready to be committed in
|
| // |render_frame_host|. This will update the |state_| and inform the
|
| // delegate.
|
| - void ReadyToCommitNavigation(
|
| - RenderFrameHostImpl* render_frame_host,
|
| - scoped_refptr<net::HttpResponseHeaders> response_headers);
|
| + void ReadyToCommitNavigation(RenderFrameHostImpl* render_frame_host);
|
|
|
| // Called when the navigation was committed in |render_frame_host|. This will
|
| // update the |state_|.
|
|
|