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

Unified Diff: base/mac/sdk_forward_declarations.h

Issue 1356023002: Mac: Support 10.10's -[NSViewController viewDidLoad] for BookmarkBarController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix warnings Created 5 years, 3 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
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
// ----------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698