| 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 171c77f104e668d2fc441c9ed7be516ca56a1803..9c178db5c45f38eed01ce07d5b80c31abfda469a 100644
|
| --- a/chrome/common/mac/app_mode_common.mm
|
| +++ b/chrome/common/mac/app_mode_common.mm
|
| @@ -31,6 +31,7 @@ NSString* const kBundleTypeRoleViewer = @"Viewer";
|
|
|
| NSString* const kCFBundleDisplayNameKey = @"CFBundleDisplayName";
|
| NSString* const kCFBundleShortVersionStringKey = @"CFBundleShortVersionString";
|
| +NSString* const kCrBundleVersionKey = @"CrBundleVersion";
|
| NSString* const kLSHasLocalizedDisplayNameKey = @"LSHasLocalizedDisplayName";
|
| NSString* const kBrowserBundleIDKey = @"CrBundleIdentifier";
|
| NSString* const kCrAppModeShortcutIDKey = @"CrAppModeShortcutID";
|
|
|