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

Unified Diff: third_party/WebKit/Source/platform/mac/VersionUtilMac.h

Issue 2043883002: mac: Delete some pre-OS X 10.9 code in blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build Created 4 years, 6 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: 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.
« no previous file with comments | « third_party/WebKit/Source/platform/mac/ThemeMac.mm ('k') | third_party/WebKit/Source/platform/mac/VersionUtilMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698