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

Unified Diff: base/mac/sdk_forward_declarations.h

Issue 2706743002: MacViews/a11y: Disable most text-specific attributes for protected textfields. (Closed)
Patch Set: Review comments. Created 3 years, 10 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 c636b34e56c4db00ab75223820fa8f5c429a6536..bbba366f34d23e3cc027ccd8da52945c9d7e4f83 100644
--- a/base/mac/sdk_forward_declarations.h
+++ b/base/mac/sdk_forward_declarations.h
@@ -142,6 +142,10 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
@class CIQRCodeFeature;
+@interface NSView (YosemiteSDK)
+- (BOOL)isAccessibilitySelectorAllowed:(SEL)selector;
+@end
+
#endif // MAC_OS_X_VERSION_10_10
// Once Chrome no longer supports OSX 10.10.2, everything within this
@@ -153,7 +157,7 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
@property(readonly) NSInteger stage;
@end
-@interface NSView (YosemiteSDK)
+@interface NSView (Yosemite_2_SDK)
tapted 2017/02/24 05:23:42 I think the guards say this came in for 10.10.3, s
Patti Lor 2017/02/26 23:16:37 Done.
- (void)setPressureConfiguration:(NSPressureConfiguration*)aConfiguration;
@end
« no previous file with comments | « no previous file | ui/accessibility/platform/ax_platform_node_mac.mm » ('j') | ui/accessibility/platform/ax_platform_node_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698