| Index: base/mac/sdk_forward_declarations.h
|
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
|
| index 78bd8f8d4423cf51212eeb94ee8431554227b898..46e6b8bb1b38e3a2b3ac6252c9cd86282ad60fa0 100644
|
| --- a/base/mac/sdk_forward_declarations.h
|
| +++ b/base/mac/sdk_forward_declarations.h
|
| @@ -233,4 +233,11 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
|
| // ----------------------------------------------------------------------------
|
| BASE_EXPORT extern "C" NSString* const kCWSSIDDidChangeNotification;
|
|
|
| +extern "C" {
|
| +// See http://openradar.appspot.com/9896491. This SPI has been tested on 10.5,
|
| +// 10.6, and 10.7. It allows accessibility clients to observe events posted on
|
| +// the |element| object.
|
| +void NSAccessibilityUnregisterUniqueIdForUIElement(id element);
|
| +}
|
| +
|
| #endif // BASE_MAC_SDK_FORWARD_DECLARATIONS_H_
|
|
|