Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / apps / app_shim / app_shim_host_mac.h
index 606ea87..63828f7 100644 (file)
@@ -34,8 +34,8 @@ class AppShimHost : public IPC::Listener,
   virtual ~AppShimHost();
 
   // Creates a new server-side IPC channel at |handle|, which should contain a
-  // file descriptor of a channel created by an IPC::ChannelFactory, and begins
-  // listening for messages on it.
+  // file descriptor of a channel created by an UnixDomainSocketAcceptor,
+  // and begins listening for messages on it.
   void ServeChannel(const IPC::ChannelHandle& handle);
 
  protected: