| 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..a4b64dc153d91e2533930952f3d4f1cf7726bd21 100644
|
| --- a/base/mac/sdk_forward_declarations.h
|
| +++ b/base/mac/sdk_forward_declarations.h
|
| @@ -117,6 +117,18 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
|
| topLevelObjects:(NSArray**)topLevelObjects;
|
| @end
|
|
|
| +@interface NSArray (MountainLionSDK)
|
| +- (id)objectAtIndexedSubscript:(NSUInteger)idx;
|
| +@end
|
| +
|
| +@interface NSDictionary (MountainLionSDK)
|
| +- (id)objectForKeyedSubscript:(id)key;
|
| +@end
|
| +
|
| +@interface NSMutableDictionary (MountainLionSDK)
|
| +- (void)setObject:(id)obj forKeyedSubscript:(id<NSCopying>)key;
|
| +@end
|
| +
|
| #endif // MAC_OS_X_VERSION_10_8
|
|
|
| // Once Chrome no longer supports OSX 10.8, everything within this preprocessor
|
|
|