| Index: webkit/plugins/ppapi/plugin_module.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/plugin_module.cc (revision 113818)
|
| +++ webkit/plugins/ppapi/plugin_module.cc (working copy)
|
| @@ -284,6 +284,8 @@
|
| return ::ppapi::thunk::GetPPB_BufferTrusted_Thunk();
|
| if (strcmp(name, PPB_CORE_INTERFACE) == 0)
|
| return &core_interface;
|
| + if (strcmp(name, PPB_FILEIOTRUSTED_INTERFACE) == 0)
|
| + return ::ppapi::thunk::GetPPB_FileIOTrusted_Thunk();
|
| if (strcmp(name, PPB_FILECHOOSER_TRUSTED_INTERFACE) == 0)
|
| return ::ppapi::thunk::GetPPB_FileChooser_Trusted_Thunk();
|
| if (strcmp(name, PPB_FLASH_INTERFACE) == 0)
|
|
|