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

Unified Diff: Source/core/platform/mac/EmptyProtocolDefinitions.h

Issue 15091005: Remove support for Mac OS X Leopard (10.5) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove support for Mac OS X Laopard (10.5) Created 7 years, 7 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: Source/core/platform/mac/EmptyProtocolDefinitions.h
diff --git a/Source/core/platform/mac/EmptyProtocolDefinitions.h b/Source/core/platform/mac/EmptyProtocolDefinitions.h
index 65a35d19baa79b7b369bfda6c395cb2766b41c98..016adb50e378096e47f49e2b51fcb5317e8be5c3 100644
--- a/Source/core/platform/mac/EmptyProtocolDefinitions.h
+++ b/Source/core/platform/mac/EmptyProtocolDefinitions.h
@@ -29,16 +29,7 @@
@protocol NAME <NSObject> \
@end
-#if __MAC_OS_X_VERSION_MAX_ALLOWED == 1050
-
-EMPTY_PROTOCOL(NSTableViewDataSource)
-EMPTY_PROTOCOL(NSTableViewDelegate)
-EMPTY_PROTOCOL(NSWindowDelegate)
-EMPTY_PROTOCOL(NSAnimationDelegate)
-
-#endif
-
-#if __MAC_OS_X_VERSION_MAX_ALLOWED <= 1060
+#if __MAC_OS_X_VERSION_MAX_ALLOWED == 1060
EMPTY_PROTOCOL(NSURLConnectionDelegate)
EMPTY_PROTOCOL(NSURLDownloadDelegate)
« no previous file with comments | « Source/core/platform/graphics/mac/SimpleFontDataMac.mm ('k') | Source/core/platform/mac/NSScrollerImpDetails.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698