Index: chrome/common/mac/app_mode_common.h |
diff --git a/chrome/common/mac/app_mode_common.h b/chrome/common/mac/app_mode_common.h |
index eb068faf3598cf303f2548cde66006af75262bc5..8bb114f4d662f00df370ef30d7d838656d522363 100644 |
--- a/chrome/common/mac/app_mode_common.h |
+++ b/chrome/common/mac/app_mode_common.h |
@@ -29,6 +29,10 @@ extern const char kAppShimSocketName[]; |
// Special app mode id used for the App Launcher. |
extern const char kAppListModeId[]; |
+// Instructs the app shim to send LaunchApp with launch_now = false. This |
+// associates the shim without launching the app. |
+extern const char kNoLaunchApp[]; |
+ |
// The key under which the browser's bundle ID will be stored in the |
// app mode launcher bundle's Info.plist. |
extern NSString* const kBrowserBundleIDKey; |