Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ipc / ipc_test_sink.h
index 1a213ee..54bab34 100644 (file)
@@ -81,6 +81,8 @@ class TestSink : public Channel {
   virtual bool Connect() OVERRIDE WARN_UNUSED_RESULT;
   virtual void Close() OVERRIDE;
   virtual base::ProcessId GetPeerPID() const OVERRIDE;
+  virtual base::ProcessId GetSelfPID() const OVERRIDE;
+  virtual ChannelHandle TakePipeHandle() OVERRIDE;
 
 #if defined(OS_POSIX) && !defined(OS_NACL)
   virtual int GetClientFileDescriptor() const OVERRIDE;