summaryrefslogtreecommitdiffstats
path: root/chrome/common/common_message_generator.h
diff options
context:
space:
mode:
authorjeremya@chromium.org <jeremya@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 05:54:50 +0000
committerjeremya@chromium.org <jeremya@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 05:54:50 +0000
commitacd2121ce008fa99fa0e89255b1b95b616f02beb (patch)
tree21af3be507c53f610c51ccabe8a1b7044f87f5ba /chrome/common/common_message_generator.h
parentffec1ff8da92badfa2a46037547d697a315ea4c5 (diff)
downloadchromium_src-acd2121ce008fa99fa0e89255b1b95b616f02beb.zip
chromium_src-acd2121ce008fa99fa0e89255b1b95b616f02beb.tar.gz
chromium_src-acd2121ce008fa99fa0e89255b1b95b616f02beb.tar.bz2
[mac] App shims
The AppShimHostController uses an IPC::ChannelFactory to listen on a socket for app shims connecting. App shims send a launch message when they start, so we translate that into actually launching the app. I changed chrome_main_app_mode_mac.mm to use the IPC channel instead of sending an Apple Event as before, and added an event loop and an IO thread. BUG=138733 Review URL: https://chromiumcodereview.appspot.com/12623005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common_message_generator.h')
-rw-r--r--chrome/common/common_message_generator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/common_message_generator.h b/chrome/common/common_message_generator.h
index 39d3b58e..919324e 100644
--- a/chrome/common/common_message_generator.h
+++ b/chrome/common/common_message_generator.h
@@ -4,6 +4,7 @@
// Multiply-included file, hence no include guard.
+#include "apps/app_shim/app_shim_messages.h"
#include "chrome/common/benchmarking_messages.h"
#include "chrome/common/chrome_utility_messages.h"
#include "chrome/common/extensions/extension_messages.h"