| Index: base/mac/sdk_forward_declarations.h
|
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
|
| index b477347216803dad26b55d5085514e3989a03d92..86fac9c27687282ee584a57b312607e688e6cc4a 100644
|
| --- a/base/mac/sdk_forward_declarations.h
|
| +++ b/base/mac/sdk_forward_declarations.h
|
| @@ -144,6 +144,7 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
|
|
|
| @interface NSView (YosemiteSDK)
|
| - (BOOL)isAccessibilitySelectorAllowed:(SEL)selector;
|
| +@property(copy) NSString* accessibilityLabel;
|
| @end
|
|
|
| #endif // MAC_OS_X_VERSION_10_10
|
|
|