Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / mojo / system / message_pipe_endpoint.cc
index 51f88ec..f45e94f 100644 (file)
@@ -5,7 +5,6 @@
 #include "mojo/system/message_pipe_endpoint.h"
 
 #include "base/logging.h"
-#include "mojo/system/channel.h"
 
 namespace mojo {
 namespace system {
@@ -49,17 +48,7 @@ void MessagePipeEndpoint::RemoveWaiter(Waiter* /*waiter*/,
     *signals_state = HandleSignalsState();
 }
 
-void MessagePipeEndpoint::Attach(scoped_refptr<Channel> /*channel*/,
-                                 MessageInTransit::EndpointId /*local_id*/) {
-  NOTREACHED();
-}
-
-bool MessagePipeEndpoint::Run(MessageInTransit::EndpointId /*remote_id*/) {
-  NOTREACHED();
-  return true;
-}
-
-void MessagePipeEndpoint::OnRemove() {
+void MessagePipeEndpoint::Attach(ChannelEndpoint* /*channel_endpoint*/) {
   NOTREACHED();
 }