| 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 7a442da4c6e9a4f7a51a76ac4429cf4eb4b5d095..efa27c45554b7a92a29ad5f945c17324c3826941 100644
|
| --- a/chrome/common/mac/app_mode_common.h
|
| +++ b/chrome/common/mac/app_mode_common.h
|
| @@ -26,6 +26,9 @@ const AEEventID kAEChromeAppPing = 'ping';
|
| // created under the user data directory with this name.
|
| extern const char kAppShimSocketName[];
|
|
|
| +// Special app id used for the App Launcher.
|
| +extern const char kAppListModeId[];
|
| +
|
| // 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;
|
|
|