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

Unified Diff: base/process/memory_mac.mm

Issue 1917973002: mac: Remove IsOSLion(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tapted Created 4 years, 8 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 | « base/mac/mac_util_unittest.mm ('k') | chrome/app_shim/chrome_main_app_mode_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/memory_mac.mm
diff --git a/base/process/memory_mac.mm b/base/process/memory_mac.mm
index b70e37092bc61867aadf5f4594c04989b87d95b6..db51fb5098d385424d4f46e28a4674acfd90fc2f 100644
--- a/base/process/memory_mac.mm
+++ b/base/process/memory_mac.mm
@@ -252,7 +252,7 @@ bool CanGetContextForCFAllocator() {
}
CFAllocatorContext* ContextForCFAllocator(CFAllocatorRef allocator) {
- if (base::mac::IsOSLion() || base::mac::IsOSMountainLion() ||
+ if (base::mac::IsOSMountainLion() ||
base::mac::IsOSMavericks() || base::mac::IsOSYosemite() ||
base::mac::IsOSElCapitan()) {
ChromeCFAllocatorLions* our_allocator =
« no previous file with comments | « base/mac/mac_util_unittest.mm ('k') | chrome/app_shim/chrome_main_app_mode_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698