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

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

Issue 1849343003: mac: Remove IsOSSnowLeopard(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 9 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 677842506360040356a69ca9e1aa148af46e91b7..fececb1ceab8c0deb2d6bf58530fe41cddee2250 100644
--- a/third_party/WebKit/Source/platform/mac/VersionUtilMac.h
+++ b/third_party/WebKit/Source/platform/mac/VersionUtilMac.h
@@ -9,9 +9,6 @@
namespace blink {
-// Snow Leopard is Mac OS X 10.6, Darwin 10.
-PLATFORM_EXPORT bool IsOSSnowLeopard();
-
// Lion is Mac OS X 10.7, Darwin 11.
PLATFORM_EXPORT bool IsOSLionOrEarlier();
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/platform/mac/VersionUtilMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698