| Index: webkit/plugins/ppapi/plugin_module.cc
|
| diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc
|
| index e4859053f9a25056843cb82a7aef6ced88c8ba06..0d640b1b2fc23a709d0c47db04f9357db6983cb7 100644
|
| --- a/webkit/plugins/ppapi/plugin_module.cc
|
| +++ b/webkit/plugins/ppapi/plugin_module.cc
|
| @@ -111,7 +111,6 @@
|
| #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_flash_net_connector_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_gpu_blacklist_private_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_graphics_2d_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_image_data_impl.h"
|
| @@ -374,11 +373,6 @@ const void* GetInterface(const char* name) {
|
| if (strcmp(name, PPB_VAR_ARRAY_BUFFER_INTERFACE_1_0) == 0)
|
| return ::ppapi::PPB_Var_Shared::GetVarArrayBufferInterface1_0();
|
|
|
| -#ifdef ENABLE_FLAPPER_HACKS
|
| - if (strcmp(name, PPB_FLASH_NETCONNECTOR_INTERFACE) == 0)
|
| - return ::ppapi::thunk::GetPPB_Flash_NetConnector_0_2_Thunk();
|
| -#endif // ENABLE_FLAPPER_HACKS
|
| -
|
| // Only support the testing interface when the command line switch is
|
| // specified. This allows us to prevent people from (ab)using this interface
|
| // in production code.
|
|
|