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

Unified Diff: chrome/browser/apps/app_shim/app_shim_host_mac.h

Issue 2295063002: Use ChannelMojo between app shims and the browser process. (Closed)
Patch Set: Created 4 years, 3 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 | « chrome/browser/apps/app_shim/DEPS ('k') | chrome/browser/apps/app_shim/app_shim_host_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/app_shim/app_shim_host_mac.h
diff --git a/chrome/browser/apps/app_shim/app_shim_host_mac.h b/chrome/browser/apps/app_shim/app_shim_host_mac.h
index c09cf69f175a2ffc06e838f846b7cbab0b98cb9b..010a4ffea3811cc275b363055ef004ffefe05724 100644
--- a/chrome/browser/apps/app_shim/app_shim_host_mac.h
+++ b/chrome/browser/apps/app_shim/app_shim_host_mac.h
@@ -14,9 +14,9 @@
#include "chrome/browser/apps/app_shim/app_shim_handler_mac.h"
#include "ipc/ipc_listener.h"
#include "ipc/ipc_sender.h"
+#include "mojo/edk/embedder/scoped_platform_handle.h"
namespace IPC {
-struct ChannelHandle;
class ChannelProxy;
class Message;
} // namespace IPC
@@ -36,7 +36,7 @@ class AppShimHost : public IPC::Listener,
// Creates a new server-side IPC channel at |handle|, which should contain a
// file descriptor of a channel created by an UnixDomainSocketAcceptor,
// and begins listening for messages on it.
- void ServeChannel(const IPC::ChannelHandle& handle);
+ void ServeChannel(mojo::edk::ScopedPlatformHandle handle);
protected:
// IPC::Listener implementation.
« no previous file with comments | « chrome/browser/apps/app_shim/DEPS ('k') | chrome/browser/apps/app_shim/app_shim_host_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698