Index: third_party/WebKit/Source/platform/mac/VersionUtilMac.h |
diff --git a/third_party/WebKit/Source/platform/mac/VersionUtilMac.h b/third_party/WebKit/Source/platform/mac/VersionUtilMac.h |
index fececb1ceab8c0deb2d6bf58530fe41cddee2250..ccff619df8d9d466d8dc4d1e3271d87e4008d04b 100644 |
--- a/third_party/WebKit/Source/platform/mac/VersionUtilMac.h |
+++ b/third_party/WebKit/Source/platform/mac/VersionUtilMac.h |
@@ -9,11 +9,7 @@ |
namespace blink { |
-// Lion is Mac OS X 10.7, Darwin 11. |
-PLATFORM_EXPORT bool IsOSLionOrEarlier(); |
- |
// Mavericks is Mac OS X 10.9, Darwin 13. |
-PLATFORM_EXPORT bool IsOSMavericksOrEarlier(); |
PLATFORM_EXPORT bool IsOSMavericks(); |
// Yosemite is Mac OS X 10.10, Darwin 14. |