Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1964)

Unified Diff: apps/app_shim/app_shim_host_mac.h

Issue 305973002: Rename IPC::ChannelFactory to ChannelHandleAcceptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/app_shim/app_shim.gypi ('k') | apps/app_shim/app_shim_host_manager_browsertest_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_shim/app_shim_host_mac.h
diff --git a/apps/app_shim/app_shim_host_mac.h b/apps/app_shim/app_shim_host_mac.h
index 606ea87716d7e3e540b36bd3f676eadc42111a93..63828f7a913458b26c974cab34b43a7ba3c6f3df 100644
--- a/apps/app_shim/app_shim_host_mac.h
+++ b/apps/app_shim/app_shim_host_mac.h
@@ -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:
« no previous file with comments | « apps/app_shim/app_shim.gypi ('k') | apps/app_shim/app_shim_host_manager_browsertest_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698