| Index: ui/base/cocoa/touch_bar_forward_declarations.h
|
| diff --git a/ui/base/cocoa/touch_bar_forward_declarations.h b/ui/base/cocoa/touch_bar_forward_declarations.h
|
| index 34390b7239799a6a8bc404fca203c1348e3e6a2b..fce7d997b3ece86e38f94a36fff283382b684494 100644
|
| --- a/ui/base/cocoa/touch_bar_forward_declarations.h
|
| +++ b/ui/base/cocoa/touch_bar_forward_declarations.h
|
| @@ -118,6 +118,16 @@ UI_BASE_EXPORT extern NSString* const NSTouchBarItemIdentifierFlexibleSpace;
|
| #endif // MAC_OS_X_VERSION_10_12_1
|
| } // extern "C"
|
|
|
| +#if !defined(MAC_OS_X_VERSION_10_12_2) || \
|
| + MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_12_2
|
| +
|
| +@interface NSTouchBar (SierraPointTwoSDK)
|
| +@property(copy, nullable)
|
| + NSTouchBarItemIdentifier escapeKeyReplacementItemIdentifier;
|
| +@end
|
| +
|
| +#endif // MAC_OS_X_VERSION_10_12_2
|
| +
|
| #pragma clang assume_nonnull end
|
|
|
| #endif // UI_BASE_COCOA_TOUCH_BAR_FORWARD_DECLARATIONS_H_
|
|
|