| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 016566e54d757fcc54d0aefaeb665ed15958d3c7..abb611d5b2a6d8d25ce593a34a2a292e0d5fa90c 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -76,6 +76,7 @@ struct AXEventNotificationDetails;
|
| struct ColorSuggestion;
|
| struct FaviconURL;
|
| struct LoadNotificationDetails;
|
| +struct ExplodedFrameState;
|
| struct ResourceRedirectDetails;
|
| struct ResourceRequestDetails;
|
|
|
| @@ -417,7 +418,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| const std::string& name) override;
|
| void DocumentOnLoadCompleted(RenderFrameHost* render_frame_host) override;
|
| void UpdateStateForFrame(RenderFrameHost* render_frame_host,
|
| - const PageState& page_state) override;
|
| + const ExplodedFrameState& page_state) override;
|
| void UpdateTitle(RenderFrameHost* render_frame_host,
|
| int32 page_id,
|
| const base::string16& title,
|
|
|