diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 04:41:16 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 04:41:16 +0000 |
commit | 0f7e89ab86dcde4e18861ea8a1ffb81a60bf620c (patch) | |
tree | 2fb238509bed80a6157d15d7a6dcfd734241ee98 /webkit/glue/webframeloaderclient_impl.h | |
parent | d6049a2ba7398f9bf803d2d30f59af9f321efc72 (diff) | |
download | chromium_src-0f7e89ab86dcde4e18861ea8a1ffb81a60bf620c.zip chromium_src-0f7e89ab86dcde4e18861ea8a1ffb81a60bf620c.tar.gz chromium_src-0f7e89ab86dcde4e18861ea8a1ffb81a60bf620c.tar.bz2 |
Re-land the WebKit merge 40722:40785.
TBR=amanda
Review URL: http://codereview.chromium.org/21197
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframeloaderclient_impl.h')
-rw-r--r-- | webkit/glue/webframeloaderclient_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/webframeloaderclient_impl.h b/webkit/glue/webframeloaderclient_impl.h index 68b6d05..a84b937 100644 --- a/webkit/glue/webframeloaderclient_impl.h +++ b/webkit/glue/webframeloaderclient_impl.h @@ -120,7 +120,8 @@ class WebFrameLoaderClient : public WebCore::FrameLoaderClient { virtual void finishedLoading(WebCore::DocumentLoader*); virtual void updateGlobalHistory(); - virtual void updateGlobalHistoryForRedirectWithoutHistoryItem(); + virtual void updateGlobalHistoryRedirectLinks(); + virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const; virtual WebCore::ResourceError blockedError(const WebCore::ResourceRequest&); |