| Index: base/mac/sdk_forward_declarations.h
|
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
|
| index ab23b588714a7be57383915d3260ad6bf45d5825..78bd8f8d4423cf51212eeb94ee8431554227b898 100644
|
| --- a/base/mac/sdk_forward_declarations.h
|
| +++ b/base/mac/sdk_forward_declarations.h
|
| @@ -97,6 +97,11 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
|
| @property BOOL allowsExpansionToolTips;
|
| @end
|
|
|
| +@interface NSNib (MountainLionSDK)
|
| +- (BOOL)instantiateWithOwner:(id)owner
|
| + topLevelObjects:(NSArray**)topLevelObjects;
|
| +@end
|
| +
|
| #endif // MAC_OS_X_VERSION_10_8
|
|
|
| // Once Chrome no longer supports OSX 10.8, everything within this preprocessor
|
|
|