| Index: ppapi/proxy/plugin_globals.cc
|
| diff --git a/ppapi/proxy/plugin_globals.cc b/ppapi/proxy/plugin_globals.cc
|
| index 83217f0d96ba05e4acc05b6daa2ebf30a7c03dd3..fa5530e4390f53022ca2e22f8192d0ec237e7b67 100644
|
| --- a/ppapi/proxy/plugin_globals.cc
|
| +++ b/ppapi/proxy/plugin_globals.cc
|
| @@ -150,7 +150,7 @@ MessageLoopShared* PluginGlobals::GetCurrentMessageLoop() {
|
| return MessageLoopResource::GetCurrent();
|
| }
|
|
|
| -base::TaskRunner* PluginGlobals::GetFileTaskRunner(PP_Instance instance) {
|
| +base::TaskRunner* PluginGlobals::GetFileTaskRunner() {
|
| if (!file_thread_.get()) {
|
| file_thread_.reset(new base::Thread("Plugin::File"));
|
| base::Thread::Options options;
|
|
|