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 dc05dbf0d204d2f09f3e9593e00535452eceb77c..69b5fa1af89af4776f95f82439e557a39b811395 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -76,6 +76,7 @@ class ServiceRegistry; |
class StreamHandle; |
class TimeoutMonitor; |
struct ContextMenuParams; |
+struct ExplodedFrameState; |
struct GlobalRequestID; |
struct Referrer; |
struct ResourceResponse; |
@@ -557,7 +558,7 @@ class CONTENT_EXPORT RenderFrameHostImpl |
bool was_ignored_by_handler); |
void OnDidCommitProvisionalLoad(const IPC::Message& msg); |
void OnDidDropNavigation(); |
- void OnUpdateState(const PageState& state); |
+ void OnUpdateState(const ExplodedFrameState& state); |
void OnBeforeUnloadACK( |
bool proceed, |
const base::TimeTicks& renderer_before_unload_start_time, |