summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_webview_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/test_webview_delegate.cc')
-rw-r--r--webkit/tools/test_shell/test_webview_delegate.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc
index bde633b..7e21c6f 100644
--- a/webkit/tools/test_shell/test_webview_delegate.cc
+++ b/webkit/tools/test_shell/test_webview_delegate.cc
@@ -633,10 +633,6 @@ WebHistoryItem* TestWebViewDelegate::GetHistoryEntryAtOffset(int offset) {
return entry->GetHistoryItem();
}
-void TestWebViewDelegate::GoToEntryAtOffsetAsync(int offset) {
- shell_->navigation_controller()->GoToOffset(offset);
-}
-
int TestWebViewDelegate::GetHistoryBackListCount() {
int current_index =
shell_->navigation_controller()->GetLastCommittedEntryIndex();