| Index: webkit/tools/test_shell/test_webview_delegate.cc
|
| diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc
|
| index a62e624b585c5b6eaf636fb76a34b42833fc47a7..8975516767b54bb16cdc234aea70f8ac192d8b29 100644
|
| --- a/webkit/tools/test_shell/test_webview_delegate.cc
|
| +++ b/webkit/tools/test_shell/test_webview_delegate.cc
|
| @@ -318,20 +318,12 @@ void TestWebViewDelegate::SetAuthorAndUserStylesEnabled(bool is_enabled) {
|
| }
|
|
|
| // WebViewClient -------------------------------------------------------------
|
| -// TODO(creis): Remove as part of http://crbug.com/69267.
|
| WebView* TestWebViewDelegate::createView(
|
| WebFrame* creator,
|
| const WebURLRequest& request,
|
| const WebWindowFeatures& window_features,
|
| const WebString& frame_name,
|
| WebNavigationPolicy policy) {
|
| - return createView(creator, request, window_features, frame_name);
|
| -}
|
| -WebView* TestWebViewDelegate::createView(
|
| - WebFrame* creator,
|
| - const WebURLRequest& request,
|
| - const WebWindowFeatures& window_features,
|
| - const WebString& frame_name) {
|
| return shell_->CreateWebView();
|
| }
|
|
|
|
|