Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2963)

Unified Diff: base/mac/sdk_forward_declarations.h

Issue 2210763002: MacViews a11y: Sync VoiceOver cursor with keyboard focus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698