Chromium Code Reviews| 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..37deff541a8f89a31d760e18ea7d76c201aaa011 100644 |
| --- a/chrome/common/mac/app_mode_common.h |
| +++ b/chrome/common/mac/app_mode_common.h |
| @@ -29,6 +29,9 @@ extern const char kAppShimSocketName[]; |
| // Special app mode id used for the App Launcher. |
| extern const char kAppListModeId[]; |
| +// Instructs the app shim not to send a LaunchApp message. |
| +extern const char kNoLaunchApp[]; |
|
jackhou1
2013/05/17 05:49:33
Is this the right place for this switch?
benwells
2013/05/17 05:59:41
I'm not sure. Does the shim have other switches, a
|
| + |
| // 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; |