diff options
author | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-04 00:48:31 +0000 |
---|---|---|
committer | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-04 00:48:31 +0000 |
commit | 0c038377600911d1d79b6f5cf395224250c6b16e (patch) | |
tree | 741ac0247da8ad40474cc73b9b3dadeabece4cb1 /webkit/glue/webview_impl.h | |
parent | 956142d34f0fbd3dc49d931162c61ffd8e9dfc3b (diff) | |
download | chromium_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_impl.h')
-rw-r--r-- | webkit/glue/webview_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h index 96efd28..9bc6c4b 100644 --- a/webkit/glue/webview_impl.h +++ b/webkit/glue/webview_impl.h @@ -201,7 +201,6 @@ class WebViewImpl : public WebView, public WebCore::BackForwardListClient { virtual void didAddHistoryItem(WebCore::HistoryItem* item); virtual void willGoToHistoryItem(WebCore::HistoryItem* item); virtual WebCore::HistoryItem* itemAtIndex(int index); - virtual void goToItemAtIndexAsync(int index); virtual int backListCount(); virtual int forwardListCount(); |