| Index: base/mac/sdk_forward_declarations.h
|
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
|
| index d5b85ae737d64a68bda04b032cf73ec1cce06cb7..15ee94fa5c1e5f46693af9048f21063b6de724a0 100644
|
| --- a/base/mac/sdk_forward_declarations.h
|
| +++ b/base/mac/sdk_forward_declarations.h
|
| @@ -538,6 +538,10 @@ BASE_EXPORT extern "C" void NSAccessibilityPostNotificationWithUserInfo(
|
| - (void)setTitlebarAppearsTransparent:(BOOL)flag;
|
| @end
|
|
|
| +@interface NSProcessInfo (YosemiteSDK)
|
| +@property(readonly) NSOperatingSystemVersion operatingSystemVersion;
|
| +@end
|
| +
|
| #endif // MAC_OS_X_VERSION_10_10
|
|
|
| // Once Chrome no longer supports OSX 10.10.2, everything within this
|
|
|