| 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 7f07f32f0c81bf2c1e6e5a0b9affaca84f3aae84..977bc14001160d726a892a4e0428d78ea56d0eeb 100644
|
| --- a/chrome/common/mac/app_mode_common.mm
|
| +++ b/chrome/common/mac/app_mode_common.mm
|
| @@ -17,6 +17,14 @@ const char kLaunchedByChromeProcessId[] = "launched-by-chrome-process-id";
|
|
|
| const char kAppShimError[] = "app-shim-error";
|
|
|
| +NSString* const kCFBundleDocumentTypesKey = @"CFBundleDocumentTypes";
|
| +NSString* const kCFBundleTypeExtensionsKey = @"CFBundleTypeExtensions";
|
| +NSString* const kCFBundleTypeIconFileKey = @"CFBundleTypeIconFile";
|
| +NSString* const kCFBundleTypeNameKey = @"CFBundleTypeName";
|
| +NSString* const kCFBundleTypeMIMETypesKey = @"CFBundleTypeMIMETypes";
|
| +NSString* const kCFBundleTypeRoleKey = @"CFBundleTypeRole";
|
| +NSString* const kBundleTypeRoleViewer = @"Viewer";
|
| +
|
| NSString* const kCFBundleDisplayNameKey = @"CFBundleDisplayName";
|
| NSString* const kLSHasLocalizedDisplayNameKey = @"LSHasLocalizedDisplayName";
|
| NSString* const kBrowserBundleIDKey = @"CrBundleIdentifier";
|
|
|