| 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 1bafbaeaa80bf840aa285a138f0d22bc75c2bc6b..2159517fab059f1738551b3b1b027d04c353483e 100644
|
| --- a/webkit/tools/test_shell/test_webview_delegate.cc
|
| +++ b/webkit/tools/test_shell/test_webview_delegate.cc
|
| @@ -317,6 +317,15 @@ 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,
|
|
|