Index: base/mac/mac_util.h |
diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h |
index 1b7516740c7de60a095e6ea3f2348a46e4602e8e..dd4133c8aaa00798e1bb64b83e3acea2bf934ccf 100644 |
--- a/base/mac/mac_util.h |
+++ b/base/mac/mac_util.h |
@@ -128,6 +128,7 @@ BASE_EXPORT bool WasLaunchedAsHiddenLoginItem(); |
// Snow Leopard is Mac OS X 10.6, Darwin 10. |
BASE_EXPORT bool IsOSSnowLeopard(); |
+BASE_EXPORT bool IsOSSnowLeopardOrLater(); |
Mark Mentovai
2012/08/15 02:19:22
Nope. This is a tautology on the trunk.
|
// Lion is Mac OS X 10.7, Darwin 11. |
BASE_EXPORT bool IsOSLion(); |