summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webview_delegate.h')
-rw-r--r--webkit/glue/webview_delegate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/glue/webview_delegate.h b/webkit/glue/webview_delegate.h
index c8aa405..b9f2b9e 100644
--- a/webkit/glue/webview_delegate.h
+++ b/webkit/glue/webview_delegate.h
@@ -661,10 +661,6 @@ class WebViewDelegate : virtual public WebWidgetDelegate {
return NULL;
}
- // Asynchronously navigates to the history entry at the given offset.
- virtual void GoToEntryAtOffsetAsync(int offset) {
- }
-
// Returns how many entries are in the back and forward lists, respectively.
virtual int GetHistoryBackListCount() {
return 0;