| 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 808b855650669686dca921a9fc65a8c60f7be734..2af13f82f07cafe4b788450c26cb215e000a5a4b 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -276,7 +276,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;
|
| @@ -334,7 +334,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,
|
|
|