| Index: chrome/common/mac/app_mode_common.mm
|
| diff --git a/chrome/common/mac/app_mode_common.mm b/chrome/common/mac/app_mode_common.mm
|
| index bb63ed4b4c3339e34440624eae99cec40e520e8a..8c0470673d4f7809d1e9a17b69298c2133e2b969 100644
|
| --- a/chrome/common/mac/app_mode_common.mm
|
| +++ b/chrome/common/mac/app_mode_common.mm
|
| @@ -28,6 +28,7 @@ NSString* const kCFBundleTypeRoleKey = @"CFBundleTypeRole";
|
| NSString* const kBundleTypeRoleViewer = @"Viewer";
|
|
|
| NSString* const kCFBundleDisplayNameKey = @"CFBundleDisplayName";
|
| +NSString* const kCFBundleShortVersionStringKey = @"CFBundleShortVersionString";
|
| NSString* const kLSHasLocalizedDisplayNameKey = @"LSHasLocalizedDisplayName";
|
| NSString* const kBrowserBundleIDKey = @"CrBundleIdentifier";
|
| NSString* const kCrAppModeShortcutIDKey = @"CrAppModeShortcutID";
|
|
|