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

Unified Diff: base/mac/sdk_forward_declarations.h

Issue 613673003: [Mac] On Mavericks or later, use NSWorkspace to open download items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/platform_util_mac.mm » ('j') | chrome/browser/platform_util_mac.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/sdk_forward_declarations.h
diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
index a513706c868985408a0d45446886f0820b5c10c6..f2805eaa01a63e30af9230fcf11428e35450705d 100644
--- a/base/mac/sdk_forward_declarations.h
+++ b/base/mac/sdk_forward_declarations.h
@@ -305,6 +305,10 @@ typedef enum {
BASE_EXPORT extern "C" NSString* const kCWSSIDDidChangeNotification;
+enum {
+ NSWorkspaceLaunchWithErrorPresentation = 0x00000040
+};
+
#endif // MAC_OS_X_VERSION_10_9
#if !defined(MAC_OS_X_VERSION_10_10) || \
« no previous file with comments | « no previous file | chrome/browser/platform_util_mac.mm » ('j') | chrome/browser/platform_util_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698