Index: webkit/tools/test_shell/test_webview_delegate.cc |
=================================================================== |
--- webkit/tools/test_shell/test_webview_delegate.cc (revision 134628) |
+++ webkit/tools/test_shell/test_webview_delegate.cc (working copy) |
@@ -944,11 +944,6 @@ |
// WebPluginPageDelegate ----------------------------------------------------- |
-WebKit::WebPlugin* TestWebViewDelegate::CreatePluginReplacement( |
- const FilePath& file_path) { |
- return NULL; |
-} |
- |
WebCookieJar* TestWebViewDelegate::GetCookieJar() { |
return WebKit::webKitPlatformSupport()->cookieJar(); |
} |