| 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 670b883ee502fec5c4fc3c7f452967be289febda..709e8cd96442b1d04c4f05196094b435046f397c 100644
|
| --- a/chrome/common/mac/app_mode_common.h
|
| +++ b/chrome/common/mac/app_mode_common.h
|
| @@ -62,6 +62,9 @@ extern NSString* const kBundleTypeRoleViewer;
|
| // bundles, this overrides the bundle's file name.
|
| extern NSString* const kCFBundleDisplayNameKey;
|
|
|
| +// The Chrome version string in the app shim bundle.
|
| +extern NSString* const kCFBundleShortVersionStringKey;
|
| +
|
| // The key specifying whether the display name should be localized. This makes
|
| // Finder look in localization folders in the app bundle for a display name.
|
| // (e.g. Content/Resources/en.lproj/)
|
|
|