| 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 7f4f9a5be9e730fe9c1adf9fa70aadb020708d18..212c03e7afaa311ab827e30beed33e5a7e7ff4c4 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -528,6 +528,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| bool was_ignored_by_handler);
|
| void OnDidCommitProvisionalLoad(const IPC::Message& msg);
|
| void OnDidDropNavigation();
|
| + void OnUpdateState(const PageState& state);
|
| void OnBeforeUnloadACK(
|
| bool proceed,
|
| const base::TimeTicks& renderer_before_unload_start_time,
|
|
|