| Index: ppapi/proxy/ppapi_proxy_test.cc
|
| ===================================================================
|
| --- ppapi/proxy/ppapi_proxy_test.cc (revision 118405)
|
| +++ ppapi/proxy/ppapi_proxy_test.cc (working copy)
|
| @@ -212,17 +212,6 @@
|
| uint32 plugin_dispatcher_id) {
|
| }
|
|
|
| -ppapi::WebKitForwarding*
|
| -PluginProxyTestHarness::PluginDelegateMock::GetWebKitForwarding() {
|
| - NOTREACHED();
|
| - return NULL;
|
| -}
|
| -
|
| -void PluginProxyTestHarness::PluginDelegateMock::PostToWebKitThread(
|
| - const tracked_objects::Location& from_here, const base::Closure& task) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| bool PluginProxyTestHarness::PluginDelegateMock::SendToBrowser(
|
| IPC::Message* msg) {
|
| NOTREACHED();
|
|
|