Chromium Code Reviews| Index: base/mac/sdk_forward_declarations.h |
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h |
| index 1b12061e3025f70695175c1f294064602da5f4a0..79d2e09a199a5c00b9c297065e7228862d3edcd1 100644 |
| --- a/base/mac/sdk_forward_declarations.h |
| +++ b/base/mac/sdk_forward_declarations.h |
| @@ -491,6 +491,10 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantDark; |
| - (NSString*)UUIDString; |
| @end |
| +@interface NSViewController (YosemiteSDK) |
|
Robert Sesek
2015/09/21 22:04:01
We build with the 10.10 SDK now, so is this necess
tapted
2015/09/21 23:55:16
Yup. It was silent on my checkout still linking to
|
| +- (void)viewDidLoad; |
| +@end |
| + |
| #endif // MAC_OS_X_VERSION_10_10 |
| // ---------------------------------------------------------------------------- |