| Index: webkit/plugins/ppapi/plugin_module.cc
|
| diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc
|
| index ff09426e92ff0d34b6b7d4a0b24b88a9d1984c8a..741918d3c7180713854921ba1d043f669794bc5d 100644
|
| --- a/webkit/plugins/ppapi/plugin_module.cc
|
| +++ b/webkit/plugins/ppapi/plugin_module.cc
|
| @@ -287,8 +287,6 @@ const void* GetInterface(const char* name) {
|
| return ::ppapi::thunk::GetPPB_Context3DTrusted_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)
|
|
|