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) || \ |