Index: base/mac/sdk_forward_declarations.h |
diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h |
index 29e35218249f28b999e718e9cf2fb80beafa5420..e2dcfc2e72a2066414b6b9623b5aab7231f0131d 100644 |
--- a/base/mac/sdk_forward_declarations.h |
+++ b/base/mac/sdk_forward_declarations.h |
@@ -117,6 +117,10 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight; |
topLevelObjects:(NSArray**)topLevelObjects; |
@end |
+@interface NSArray (MountainLionSDK) |
+- (id)objectAtIndexedSubscript:(NSUInteger)idx; |
tapted
2016/09/26 11:12:21
@avi: can you think of a reason not to do this? It
Avi (use Gerrit)
2016/09/26 14:41:44
I'm OK with you doing this. Maybe a compiler peep
tapted
2016/09/27 01:25:29
Done.
|
+@end |
+ |
#endif // MAC_OS_X_VERSION_10_8 |
// Once Chrome no longer supports OSX 10.8, everything within this preprocessor |