| 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 1ef878fa9d860526e631054ca08b51f70f7549ad..0a2d001fbd89ff6f2311b25e96248b75745b8af0 100644
|
| --- a/webkit/plugins/ppapi/resource_creation_impl.cc
|
| +++ b/webkit/plugins/ppapi/resource_creation_impl.cc
|
| @@ -19,7 +19,6 @@
|
| #include "webkit/plugins/ppapi/ppb_file_system_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_flash_message_loop_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_graphics_3d_impl.h"
|
| -#include "webkit/plugins/ppapi/ppb_host_resolver_private_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_image_data_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_network_monitor_private_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_scrollbar_impl.h"
|
| @@ -136,11 +135,6 @@ PP_Resource ResourceCreationImpl::CreateGraphics3DRaw(
|
| return PPB_Graphics3D_Impl::CreateRaw(instance, share_context, attrib_list);
|
| }
|
|
|
| -PP_Resource ResourceCreationImpl::CreateHostResolverPrivate(
|
| - PP_Instance instance) {
|
| - return (new PPB_HostResolver_Private_Impl(instance))->GetReference();
|
| -}
|
| -
|
| PP_Resource ResourceCreationImpl::CreateImageData(PP_Instance instance,
|
| PP_ImageDataFormat format,
|
| const PP_Size& size,
|
|
|