Index: ppapi/proxy/ppapi_proxy_test.cc |
=================================================================== |
--- ppapi/proxy/ppapi_proxy_test.cc (revision 74733) |
+++ ppapi/proxy/ppapi_proxy_test.cc (working copy) |
@@ -94,9 +94,7 @@ |
plugin_dispatcher_.reset(new PluginDispatcher( |
base::Process::Current().handle(), |
- &MockGetInterface, |
- &MockInitModule, |
- &MockShutdownModuleFunc)); |
+ &MockGetInterface)); |
plugin_dispatcher_->InitWithTestSink(&sink()); |
plugin_dispatcher_->DidCreateInstance(pp_instance()); |
} |