diff options
Diffstat (limited to 'webkit/glue/webframe_impl.h')
-rw-r--r-- | webkit/glue/webframe_impl.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h index 61c9851..635b396 100644 --- a/webkit/glue/webframe_impl.h +++ b/webkit/glue/webframe_impl.h @@ -97,11 +97,9 @@ class WebFrameImpl : public WebFrame { const GURL& fake_url); virtual void ExecuteJavaScript(const std::string& js_code, const GURL& script_url); - virtual bool GetPreviousState(GURL* url, std::wstring* title, - std::string* history_state) const; - virtual bool GetCurrentState(GURL* url, std::wstring* title, - std::string* history_state) const; - virtual bool HasCurrentState() const; + virtual bool GetPreviousHistoryState(std::string* history_state) const; + virtual bool GetCurrentHistoryState(std::string* history_state) const; + virtual bool HasCurrentHistoryState() const; virtual GURL GetURL() const; virtual GURL GetFavIconURL() const; virtual GURL GetOSDDURL() const; |