summaryrefslogtreecommitdiffstats
path: root/base/process_util_mac.mm
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-14 19:58:22 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-14 19:58:22 +0000
commitb1e697e81697c8c597470365432c746dbbc5c9c1 (patch)
tree8e1d62650a4acc5856d28dac889b62294ad86a6d /base/process_util_mac.mm
parent81d8f81db11746c21c409bd1a79a53ed680cacec (diff)
downloadchromium_src-b1e697e81697c8c597470365432c746dbbc5c9c1.zip
chromium_src-b1e697e81697c8c597470365432c746dbbc5c9c1.tar.gz
chromium_src-b1e697e81697c8c597470365432c746dbbc5c9c1.tar.bz2
[Mac] Add the OS version check functions for 10.8.
BUG=none TEST=Careful review by Mark. And a unittest. Review URL: http://codereview.chromium.org/9706001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_util_mac.mm')
-rw-r--r--base/process_util_mac.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/process_util_mac.mm b/base/process_util_mac.mm
index 6b39a61..ee150c5 100644
--- a/base/process_util_mac.mm
+++ b/base/process_util_mac.mm
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -718,6 +718,7 @@ void oom_killer_new() {
// === Core Foundation CFAllocators ===
bool CanGetContextForCFAllocator() {
+ // TODO(rsesek|avi): See mac_util.h:153 for removing/updating this.
return !base::mac::IsOSLaterThanLion();
}