Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: webkit/plugins/ppapi/plugin_module.cc

Issue 10169040: Move the rest of the Flash functions to the thunk system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/webkit_glue.gypi ('k') | webkit/plugins/ppapi/ppb_flash_file_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « webkit/glue/webkit_glue.gypi ('k') | webkit/plugins/ppapi/ppb_flash_file_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698