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 1c159017b86aa3a5b758f14da96b5fa335c83cd4..3867a6a78feea48fbe386f2bce8d7994df6197e4 100644 |
--- a/webkit/plugins/ppapi/resource_creation_impl.cc |
+++ b/webkit/plugins/ppapi/resource_creation_impl.cc |
@@ -34,7 +34,6 @@ |
#include "webkit/plugins/ppapi/ppb_video_capture_impl.h" |
#include "webkit/plugins/ppapi/ppb_video_decoder_impl.h" |
#include "webkit/plugins/ppapi/ppb_video_layer_impl.h" |
-#include "webkit/plugins/ppapi/ppb_websocket_impl.h" |
#include "webkit/plugins/ppapi/ppb_x509_certificate_private_impl.h" |
#include "webkit/plugins/ppapi/resource_helper.h" |
@@ -297,10 +296,6 @@ PP_Resource ResourceCreationImpl::CreateVideoLayer(PP_Instance instance, |
return PPB_VideoLayer_Impl::Create(instance, mode); |
} |
-PP_Resource ResourceCreationImpl::CreateWebSocket(PP_Instance instance) { |
- return PPB_WebSocket_Impl::Create(instance); |
-} |
- |
PP_Resource ResourceCreationImpl::CreateWheelInputEvent( |
PP_Instance instance, |
PP_TimeTicks time_stamp, |