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

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
« no previous file with comments | « no previous file | ui/accessibility/platform/ax_platform_node_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..7ea7829d9afeb38f0fa224317093c04c88012f02 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
@@ -149,11 +153,11 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
#if !defined(MAC_OS_X_VERSION_10_10_3) || \
MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_10_3
-@interface NSEvent (YosemiteSDK)
+@interface NSEvent (Yosemite_3_SDK)
@property(readonly) NSInteger stage;
@end
-@interface NSView (YosemiteSDK)
+@interface NSView (Yosemite_3_SDK)
- (void)setPressureConfiguration:(NSPressureConfiguration*)aConfiguration;
@end
« no previous file with comments | « no previous file | ui/accessibility/platform/ax_platform_node_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698