diff options
author | jackhou@chromium.org <jackhou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-11 12:32:08 +0000 |
---|---|---|
committer | jackhou@chromium.org <jackhou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-11 12:32:08 +0000 |
commit | 384daf4d199e8ee29356a2aa61e6915caf5a7100 (patch) | |
tree | 5ec55d698f61045e80082d98f20fed40961971cb /chrome/common/mac/app_mode_common.mm | |
parent | 8f474b43d77c968e35d08ca18644fd843816d719 (diff) | |
download | chromium_src-384daf4d199e8ee29356a2aa61e6915caf5a7100.zip chromium_src-384daf4d199e8ee29356a2aa61e6915caf5a7100.tar.gz chromium_src-384daf4d199e8ee29356a2aa61e6915caf5a7100.tar.bz2 |
[Mac] Add interactive App Shim test.
This test creates shims in the user data dir and actually starts them up and
expects them to connect to the IPC socket.
BUG=168080
Review URL: https://codereview.chromium.org/316493002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276368 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/mac/app_mode_common.mm')
-rw-r--r-- | chrome/common/mac/app_mode_common.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/mac/app_mode_common.mm b/chrome/common/mac/app_mode_common.mm index 977bc14..9996090 100644 --- a/chrome/common/mac/app_mode_common.mm +++ b/chrome/common/mac/app_mode_common.mm @@ -14,6 +14,7 @@ const char kAppShimSocketSymlinkName[] = "App Shim Socket"; const char kAppListModeId[] = "app_list"; const char kLaunchedByChromeProcessId[] = "launched-by-chrome-process-id"; +const char kLaunchedForTest[] = "launched-for-test"; const char kAppShimError[] = "app-shim-error"; |