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

Unified Diff: chrome/browser/apps/app_shim/app_shim_host_manager_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
Index: chrome/browser/apps/app_shim/app_shim_host_manager_mac.h
diff --git a/chrome/browser/apps/app_shim/app_shim_host_manager_mac.h b/chrome/browser/apps/app_shim/app_shim_host_manager_mac.h
index e638f5a1bdc632b9ca110dc37794e1c5b50d2bb4..b11d7a4862e1dfc63f42be8b339226d893b4c595 100644
--- a/chrome/browser/apps/app_shim/app_shim_host_manager_mac.h
+++ b/chrome/browser/apps/app_shim/app_shim_host_manager_mac.h
@@ -11,6 +11,7 @@
#include "base/memory/ref_counted.h"
#include "chrome/browser/apps/app_shim/unix_domain_socket_acceptor.h"
#include "content/public/browser/browser_thread.h"
+#include "mojo/edk/embedder/scoped_platform_handle.h"
namespace apps {
class ExtensionAppShimHandler;
@@ -51,7 +52,7 @@ class AppShimHostManager : public apps::UnixDomainSocketAcceptor::Delegate,
virtual ~AppShimHostManager();
// UnixDomainSocketAcceptor::Delegate implementation.
- void OnClientConnected(const IPC::ChannelHandle& handle) override;
+ void OnClientConnected(mojo::edk::ScopedPlatformHandle handle) override;
void OnListenError() override;
// The |acceptor_| must be created on a thread which allows blocking I/O, so

Powered by Google App Engine
This is Rietveld 408576698