summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview_delegate.h
diff options
context:
space:
mode:
authormpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-04 00:48:31 +0000
committermpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-04 00:48:31 +0000
commit0c038377600911d1d79b6f5cf395224250c6b16e (patch)
tree741ac0247da8ad40474cc73b9b3dadeabece4cb1 /webkit/glue/webview_delegate.h
parent956142d34f0fbd3dc49d931162c61ffd8e9dfc3b (diff)
downloadchromium_src-0c038377600911d1d79b6f5cf395224250c6b16e.zip
chromium_src-0c038377600911d1d79b6f5cf395224250c6b16e.tar.gz
chromium_src-0c038377600911d1d79b6f5cf395224250c6b16e.tar.bz2
Finish unforking the async history item changes.
BUG=3912 Review URL: http://codereview.chromium.org/9273 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4530 0039d316-1c4b-4281-b951-d872f2087c98
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;