Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5447)

Unified Diff: chrome/common/mac/app_mode_common.h

Issue 356893002: Add UMA for --app-shim-error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698