| Index: ppapi/shared_impl/ppapi_globals.h
|
| diff --git a/ppapi/shared_impl/ppapi_globals.h b/ppapi/shared_impl/ppapi_globals.h
|
| index fdc939a2880baefa822f25c6c336eb7e02a5b2f6..93ab2998e3476d04b6e0c372adb155c058cc56b8 100644
|
| --- a/ppapi/shared_impl/ppapi_globals.h
|
| +++ b/ppapi/shared_impl/ppapi_globals.h
|
| @@ -115,7 +115,7 @@ class PPAPI_SHARED_EXPORT PpapiGlobals {
|
| // Returns a task runner for file operations that may block.
|
| // TODO(bbudge) Move this to PluginGlobals when we no longer support
|
| // in-process plugins.
|
| - virtual base::TaskRunner* GetFileTaskRunner(PP_Instance instance) = 0;
|
| + virtual base::TaskRunner* GetFileTaskRunner() = 0;
|
|
|
| // Returns the command line for the process.
|
| virtual std::string GetCmdLine() = 0;
|
|
|