| Index: webkit/plugins/ppapi/plugin_module.cc
|
| diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc
|
| index f68b79a30e88569bc0b810db739e6a87468e72b1..d2215bdca2c1695cd965f805401a73385ed2629b 100644
|
| --- a/webkit/plugins/ppapi/plugin_module.cc
|
| +++ b/webkit/plugins/ppapi/plugin_module.cc
|
| @@ -109,7 +109,6 @@
|
| #include "webkit/plugins/ppapi/ppapi_interface_factory.h"
|
| #include "webkit/plugins/ppapi/ppapi_plugin_instance.h"
|
| #include "webkit/plugins/ppapi/ppb_directory_reader_impl.h"
|
| -#include "webkit/plugins/ppapi/ppb_flash_file_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_flash_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_flash_menu_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_gpu_blacklist_private_impl.h"
|
| @@ -310,16 +309,6 @@ const void* GetInterface(const char* name) {
|
| return ::ppapi::thunk::GetPPB_BufferTrusted_0_1_Thunk();
|
| if (strcmp(name, PPB_CORE_INTERFACE_1_0) == 0)
|
| return &core_interface;
|
| - if (strcmp(name, PPB_FLASH_FILE_FILEREF_INTERFACE) == 0)
|
| - return PPB_Flash_File_FileRef_Impl::GetInterface();
|
| - if (strcmp(name, PPB_FLASH_FILE_MODULELOCAL_INTERFACE) == 0)
|
| - return PPB_Flash_File_ModuleLocal_Impl::GetInterface();
|
| - if (strcmp(name, PPB_FLASH_MENU_INTERFACE_0_2) == 0)
|
| - return ::ppapi::thunk::GetPPB_Flash_Menu_0_2_Thunk();
|
| - if (strcmp(name, PPB_FLASH_MESSAGELOOP_INTERFACE_0_1) == 0)
|
| - return ::ppapi::thunk::GetPPB_Flash_MessageLoop_0_1_Thunk();
|
| - if (strcmp(name, PPB_FLASH_TCPSOCKET_INTERFACE_0_2) == 0)
|
| - return ::ppapi::thunk::GetPPB_TCPSocket_Private_0_3_Thunk();
|
| if (strcmp(name, PPB_FULLSCREEN_DEV_INTERFACE_0_5) == 0)
|
| return ::ppapi::thunk::GetPPB_Fullscreen_1_0_Thunk();
|
| if (strcmp(name, PPB_GPU_BLACKLIST_INTERFACE) == 0)
|
|
|