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

Unified Diff: base/mac/mac_util.h

Issue 10837158: mac: Delete more 10.5-only code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mark Created 8 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 | « no previous file | base/mac/mac_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/mac_util.h
diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h
index a4053fd5b0cb6a7aa4d6c44f858ae8dd8eec6bac..ba13ff9e760add256377eac861df2921928b0582 100644
--- a/base/mac/mac_util.h
+++ b/base/mac/mac_util.h
@@ -126,10 +126,6 @@ BASE_EXPORT bool WasLaunchedAsHiddenLoginItem();
// "OrLater" variants to those that check for a specific version, unless you
// know for sure that you need to check for a specific version.
-// Leopard is Mac OS X 10.5, Darwin 9.
-BASE_EXPORT bool IsOSLeopard();
-BASE_EXPORT bool IsOSLeopardOrEarlier();
-
// Snow Leopard is Mac OS X 10.6, Darwin 10.
BASE_EXPORT bool IsOSSnowLeopard();
BASE_EXPORT bool IsOSSnowLeopardOrEarlier();
@@ -158,8 +154,6 @@ BASE_EXPORT
#if defined(MAC_OS_X_VERSION_10_6) && \
MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_6
#define BASE_MAC_MAC_UTIL_H_INLINED_GE_10_6
-inline bool IsOSLeopard() { return false; }
-inline bool IsOSLeopardOrEarlier() { return false; }
inline bool IsOSSnowLeopardOrLater() { return true; }
#endif
« no previous file with comments | « no previous file | base/mac/mac_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698