| 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[];
|
| +
|
| // 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;
|
|
|