| Index: webkit/plugins/ppapi/resource_creation_impl.cc
|
| diff --git a/webkit/plugins/ppapi/resource_creation_impl.cc b/webkit/plugins/ppapi/resource_creation_impl.cc
|
| index e1b540c48d0d4828a7ce83815bc98db101429c30..d701b9d2fab799f42e8125e75236e5629d548b56 100644
|
| --- a/webkit/plugins/ppapi/resource_creation_impl.cc
|
| +++ b/webkit/plugins/ppapi/resource_creation_impl.cc
|
| @@ -22,7 +22,6 @@
|
| #include "webkit/plugins/ppapi/ppb_file_system_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_flash_menu_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_flash_message_loop_impl.h"
|
| -#include "webkit/plugins/ppapi/ppb_flash_net_connector_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_graphics_2d_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_graphics_3d_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_host_resolver_private_impl.h"
|
| @@ -154,11 +153,6 @@ PP_Resource ResourceCreationImpl::CreateFlashMessageLoop(PP_Instance instance) {
|
| return PPB_Flash_MessageLoop_Impl::Create(instance);
|
| }
|
|
|
| -PP_Resource ResourceCreationImpl::CreateFlashNetConnector(
|
| - PP_Instance instance) {
|
| - return (new PPB_Flash_NetConnector_Impl(instance))->GetReference();
|
| -}
|
| -
|
| PP_Resource ResourceCreationImpl::CreateGraphics2D(
|
| PP_Instance instance,
|
| const PP_Size& size,
|
|
|