summaryrefslogtreecommitdiffstats
path: root/base/mac/mac_util.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-14 22:35:22 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-14 22:35:22 +0000
commit1388ccffaf0ca5aa7783c9f267c0d2df2f17b0e5 (patch)
tree931b1f4889c29020426c459d7da9ea56639293b0 /base/mac/mac_util.h
parent73159d6d12b09405ca23fcc801e957104c85f74d (diff)
downloadchromium_src-1388ccffaf0ca5aa7783c9f267c0d2df2f17b0e5.zip
chromium_src-1388ccffaf0ca5aa7783c9f267c0d2df2f17b0e5.tar.gz
chromium_src-1388ccffaf0ca5aa7783c9f267c0d2df2f17b0e5.tar.bz2
Add preliminary OOM support for Mountain Lion.
BUG=117476 TEST=run base_unittests on Mountain Lion Review URL: http://codereview.chromium.org/9701031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/mac/mac_util.h')
-rw-r--r--base/mac/mac_util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h
index 3d50d61..a308ccd 100644
--- a/base/mac/mac_util.h
+++ b/base/mac/mac_util.h
@@ -150,8 +150,6 @@ BASE_EXPORT bool IsOSMountainLionOrLater();
// unborn) OS releases.
BASE_EXPORT
bool IsOSDangerouslyLaterThanMountainLionForUseByCFAllocatorReplacement();
-// TODO(rsesek|avi): Remove when allocators gonna allocate.
-BASE_EXPORT bool IsOSLaterThanLion();
// When the deployment target is set, the code produced cannot run on earlier
// OS releases. That enables some of the IsOS* family to be implemented as
@@ -179,7 +177,6 @@ inline bool IsOSLionOrLater() { return true; }
#define BASE_MAC_MAC_UTIL_H_INLINED_GT_10_7
inline bool IsOSLion() { return false; }
inline bool IsOSLionOrEarlier() { return false; }
-inline bool IsOSLaterThanLion() { return true; }
#endif
#if defined(MAC_OS_X_VERSION_10_8) && \