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

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: Change to reading the plist. 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..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/)

Powered by Google App Engine
This is Rietveld 408576698