| Index: base/mac/sdk_forward_declarations.h
|
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
|
| index 52d34c1b5ed9937283ca1ca22138b53bdc7b8c07..901b5fb86bfc4c255a238fb7b1685376c16fc2bb 100644
|
| --- a/base/mac/sdk_forward_declarations.h
|
| +++ b/base/mac/sdk_forward_declarations.h
|
| @@ -293,6 +293,9 @@ typedef NSUInteger NSWindowOcclusionState;
|
| - (NSWindowOcclusionState)occlusionState;
|
| @end
|
|
|
| +BASE_EXPORT extern "C" NSString* const
|
| + NSWindowDidChangeOcclusionStateNotification;
|
| +
|
| enum {
|
| NSWorkspaceLaunchWithErrorPresentation = 0x00000040
|
| };
|
|
|