| 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 529b3631627a5a6252547172e95d0528daf0361e..cd2b9328d0cbdab80a5d00b08ce56e310a12920a 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -275,7 +275,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| bool* enable_decrement) const OVERRIDE;
|
| virtual void ViewSource() OVERRIDE;
|
| virtual void ViewFrameSource(const GURL& url,
|
| - const std::string& content_state) OVERRIDE;
|
| + const PageState& page_state) OVERRIDE;
|
| virtual int GetMinimumZoomPercent() const OVERRIDE;
|
| virtual int GetMaximumZoomPercent() const OVERRIDE;
|
| virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
| @@ -332,7 +332,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| const ViewHostMsg_FrameNavigate_Params& params) OVERRIDE;
|
| virtual void UpdateState(RenderViewHost* render_view_host,
|
| int32 page_id,
|
| - const std::string& state) OVERRIDE;
|
| + const PageState& page_state) OVERRIDE;
|
| virtual void UpdateTitle(RenderViewHost* render_view_host,
|
| int32 page_id,
|
| const string16& title,
|
|
|