diff options
Diffstat (limited to 'webkit/glue/webframeloaderclient_impl.h')
-rw-r--r-- | webkit/glue/webframeloaderclient_impl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/glue/webframeloaderclient_impl.h b/webkit/glue/webframeloaderclient_impl.h index fd9d3d7..becfab8 100644 --- a/webkit/glue/webframeloaderclient_impl.h +++ b/webkit/glue/webframeloaderclient_impl.h @@ -208,10 +208,6 @@ class WebFrameLoaderClient : public WebCore::FrameLoaderClient { const WebCore::NavigationAction& action, WebKit::WebNavigationPolicy* policy); - // Returns NavigationGestureAuto if the last load was not user initiated, - // otherwise returns NavigationGestureUnknown. - NavigationGesture NavigationGestureForLastLoad(); - // Called when a dummy back-forward navigation is intercepted. void HandleBackForwardNavigation(const GURL&); |