summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/test_shell/test_webview_delegate.cc6
-rw-r--r--webkit/tools/test_shell/test_webview_delegate.h3
2 files changed, 0 insertions, 9 deletions
diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc
index 6e5c8ce..82e7907 100644
--- a/webkit/tools/test_shell/test_webview_delegate.cc
+++ b/webkit/tools/test_shell/test_webview_delegate.cc
@@ -315,12 +315,6 @@ void TestWebViewDelegate::SetAuthorAndUserStylesEnabled(bool is_enabled) {
// WebViewClient -------------------------------------------------------------
-// TODO(rafaelw): remove when
-// WebViewClient::createView(WebFrame,WebWindowFeatures) lands.
-WebView* TestWebViewDelegate::createView(WebFrame* creator) {
- return createView(creator, WebWindowFeatures());
-}
-
WebView* TestWebViewDelegate::createView(
WebFrame* creator,
const WebWindowFeatures& window_features) {
diff --git a/webkit/tools/test_shell/test_webview_delegate.h b/webkit/tools/test_shell/test_webview_delegate.h
index e2b36c77..35c8b3cf 100644
--- a/webkit/tools/test_shell/test_webview_delegate.h
+++ b/webkit/tools/test_shell/test_webview_delegate.h
@@ -75,9 +75,6 @@ class TestWebViewDelegate : public WebKit::WebViewClient,
typedef std::vector<CapturedContextMenuEvent> CapturedContextMenuEvents;
// WebKit::WebViewClient
- // TODO(rafaelw): Remove this when
- // WebViewClient::createView(WebFrame,WebWindowFeatures&) lands.
- virtual WebKit::WebView* createView(WebKit::WebFrame* creator);
virtual WebKit::WebView* createView(
WebKit::WebFrame* creator,
const WebKit::WebWindowFeatures& window_features);