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

Unified Diff: base/mac/mac_util.h

Issue 9701031: Add preliminary OOM support for Mountain Lion. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweak comments Created 8 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
« 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 3d50d6145285eb14ddec7a3f9c563670e0b8c4c2..a308ccd8635f74548e3e4335f5027a3a0e297e9c 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) && \
« 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