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

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: Fixing GN build Created 6 years, 7 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
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..fcc994207552d580a4f36eadb63f8ebfe5f4258b 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 IPC::ChannelHandleAcceptor, and
+ // begins listening for messages on it.
void ServeChannel(const IPC::ChannelHandle& handle);
protected:
« no previous file with comments | « no previous file | apps/app_shim/app_shim_host_manager_browsertest_mac.mm » ('j') | ipc/ipc_channel_handle_acceptor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698