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..6a1e79f82fc4d40c433cd29edd2a72fc38417ce9 100644 |
--- a/chrome/common/mac/app_mode_common.h |
+++ b/chrome/common/mac/app_mode_common.h |
@@ -49,6 +49,15 @@ extern const char kLaunchedAfterRebuild[]; |
// launch but failed. |
extern const char kAppShimError[]; |
+// The reason for the above app shim error. Should be one of the following. |
+extern const char kAppShimErrorDetail[]; |
+ |
+// This was a 32 bit shim. |
+extern const char kAppShimErrorDetail32Bit[]; |
+ |
+// This was a 64 bit shim. |
+extern const char kAppShimErrorDetail64Bit[]; |
+ |
// Keys for specifying the file types handled by an app. |
extern NSString* const kCFBundleDocumentTypesKey; |
extern NSString* const kCFBundleTypeExtensionsKey; |