Index: webkit/plugins/ppapi/plugin_module.cc |
diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc |
index aaee85f59edb6a16f3d3b80d8caadd60d56facb4..1b723a64db9452e2aa29d79762b19660f5f9fd6f 100644 |
--- a/webkit/plugins/ppapi/plugin_module.cc |
+++ b/webkit/plugins/ppapi/plugin_module.cc |
@@ -284,8 +284,6 @@ const void* GetInterface(const char* name) { |
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) |