summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/test_shell/test_webview_delegate.cc8
-rw-r--r--webkit/tools/test_shell/test_webview_delegate.h5
2 files changed, 0 insertions, 13 deletions
diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc
index 0d61350..d061965 100644
--- a/webkit/tools/test_shell/test_webview_delegate.cc
+++ b/webkit/tools/test_shell/test_webview_delegate.cc
@@ -330,14 +330,6 @@ void TestWebViewDelegate::SetAuthorAndUserStylesEnabled(bool is_enabled) {
}
// WebViewClient -------------------------------------------------------------
-// TODO(jochen): remove once webkit side is up to date.
-WebView* TestWebViewDelegate::createView(
- WebFrame* creator,
- const WebWindowFeatures& window_features,
- const WebString& frame_name) {
- return createView(creator, WebURLRequest(), window_features, frame_name);
-}
-
WebView* TestWebViewDelegate::createView(
WebFrame* creator,
const WebURLRequest& request,
diff --git a/webkit/tools/test_shell/test_webview_delegate.h b/webkit/tools/test_shell/test_webview_delegate.h
index ca0ad01..546f49a 100644
--- a/webkit/tools/test_shell/test_webview_delegate.h
+++ b/webkit/tools/test_shell/test_webview_delegate.h
@@ -79,11 +79,6 @@ class TestWebViewDelegate : public WebKit::WebViewClient,
typedef std::vector<CapturedContextMenuEvent> CapturedContextMenuEvents;
// WebKit::WebViewClient
- // TODO(jochen): remove once webkit side is up to date.
- virtual WebKit::WebView* createView(
- WebKit::WebFrame* creator,
- const WebKit::WebWindowFeatures& features,
- const WebKit::WebString& frame_name);
virtual WebKit::WebView* createView(
WebKit::WebFrame* creator,
const WebKit::WebURLRequest& request,