| 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 b6e404a16d0a1dcb50b6d8d624a38a2199a42527..202221732bc6c4995b2de55caafa107cb3eb423c 100644
|
| --- a/chrome/common/mac/app_mode_common.h
|
| +++ b/chrome/common/mac/app_mode_common.h
|
| @@ -41,6 +41,15 @@ extern const char kLaunchedByChromeProcessId[];
|
| // launch but failed.
|
| extern const char kAppShimError[];
|
|
|
| +// Keys for specifying the file types handled by an app.
|
| +extern NSString* const kCFBundleDocumentTypesKey;
|
| +extern NSString* const kCFBundleTypeExtensionsKey;
|
| +extern NSString* const kCFBundleTypeIconFileKey;
|
| +extern NSString* const kCFBundleTypeNameKey;
|
| +extern NSString* const kCFBundleTypeMIMETypesKey;
|
| +extern NSString* const kCFBundleTypeRoleKey;
|
| +extern NSString* const kBundleTypeRoleViewer;
|
| +
|
| // The display name of the bundle as shown in Finder and the Dock. For localized
|
| // bundles, this overrides the bundle's file name.
|
| extern NSString* const kCFBundleDisplayNameKey;
|
|
|