| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 052da3b4366107390320f166275346c975e2fb4d..3769ce204372a1535dae41139e1c18aa21f08723 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -421,6 +421,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| int error_code,
|
| const base::string16& error_description);
|
| void OnDidCommitProvisionalLoad(const IPC::Message& msg);
|
| + void OnDidDropNavigation();
|
| void OnBeforeUnloadACK(
|
| bool proceed,
|
| const base::TimeTicks& renderer_before_unload_start_time,
|
|
|