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

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

Issue 1288823004: Reland #1: Fix the mechanism by which Blink determines OSX version number. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix logic error in unit test. Created 5 years, 4 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
« no previous file with comments | « Source/platform/mac/ThemeMac.mm ('k') | Source/platform/mac/VersionUtilMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mac/VersionUtilMac.h
diff --git a/Source/platform/mac/VersionUtilMac.h b/Source/platform/mac/VersionUtilMac.h
index 91e01c588d00ff4deebc061a1864f864f0e10205..2eee2d069fe26637c7b2def4742d9f93a0f3c74a 100644
--- a/Source/platform/mac/VersionUtilMac.h
+++ b/Source/platform/mac/VersionUtilMac.h
@@ -9,6 +9,9 @@
namespace blink {
+// Mavericks 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();
« no previous file with comments | « Source/platform/mac/ThemeMac.mm ('k') | Source/platform/mac/VersionUtilMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698