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 bb63ed4b4c3339e34440624eae99cec40e520e8a..e891f663c39abff4c830e8e86cf0a7d42b742f2f 100644 |
--- a/chrome/common/mac/app_mode_common.mm |
+++ b/chrome/common/mac/app_mode_common.mm |
@@ -18,6 +18,9 @@ const char kLaunchedForTest[] = "launched-for-test"; |
const char kLaunchedAfterRebuild[] = "launched-after-rebuild"; |
const char kAppShimError[] = "app-shim-error"; |
+const char kAppShimErrorDetail[] = "app-shim-error-detail"; |
+const char kAppShimErrorDetail32Bit[] = "32-bit"; |
+const char kAppShimErrorDetail64Bit[] = "64-bit"; |
NSString* const kCFBundleDocumentTypesKey = @"CFBundleDocumentTypes"; |
NSString* const kCFBundleTypeExtensionsKey = @"CFBundleTypeExtensions"; |