summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframeloaderclient_impl.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-04 21:28:48 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-04 21:28:48 +0000
commit8ee37f03d400794478584634d3d493a12f6b989d (patch)
treec6418a199d69b13bf0e05e558da2bcd60e971850 /webkit/glue/webframeloaderclient_impl.h
parent8165dcf042237c13d41aaad2a9c654c64bc4cb35 (diff)
downloadchromium_src-8ee37f03d400794478584634d3d493a12f6b989d.zip
chromium_src-8ee37f03d400794478584634d3d493a12f6b989d.tar.gz
chromium_src-8ee37f03d400794478584634d3d493a12f6b989d.tar.bz2
Eliminate webkit/glue/webhistoryitem* in favor of adding a
NavigateBackForwardSoon method WebViewDelegate. This moves all of the hacky details of how we intercept "history.{back, forward,go}" into the webkit layer. My eventual plan is to teach WebCore how to make this not hacky. BUG=11423 R=mpcomplete Review URL: http://codereview.chromium.org/100353 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15244 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframeloaderclient_impl.h')
-rw-r--r--webkit/glue/webframeloaderclient_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webframeloaderclient_impl.h b/webkit/glue/webframeloaderclient_impl.h
index ec51ea8..f616aee 100644
--- a/webkit/glue/webframeloaderclient_impl.h
+++ b/webkit/glue/webframeloaderclient_impl.h
@@ -220,6 +220,9 @@ class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
// otherwise returns NavigationGestureUnknown.
NavigationGesture NavigationGestureForLastLoad();
+ // Called when a dummy back-forward navigation is intercepted.
+ void HandleBackForwardNavigation(const GURL&);
+
// Returns NetAgent instance if network tracking is enabled.
NetAgentImpl* GetNetAgentImpl();