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

Unified Diff: sandbox/mac/pre_exec_delegate.cc

Issue 2271653006: base::mac::IsOSSierra() -> base::mac::IsOS10_12(), etc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Nits Created 4 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 | « sandbox/mac/os_compatibility.cc ('k') | third_party/WebKit/Source/core/layout/LayoutThemeMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/mac/pre_exec_delegate.cc
diff --git a/sandbox/mac/pre_exec_delegate.cc b/sandbox/mac/pre_exec_delegate.cc
index 9d777d3f4d00d50f38b9874c87dcb6228cf5c9ea..1aac68be87ed8761bbaf19b8f69509bd1d73b1e3 100644
--- a/sandbox/mac/pre_exec_delegate.cc
+++ b/sandbox/mac/pre_exec_delegate.cc
@@ -22,9 +22,8 @@ PreExecDelegate::PreExecDelegate(
sandbox_server_bootstrap_name_ptr_(
sandbox_server_bootstrap_name_.c_str()),
sandbox_token_(sandbox_token),
- is_yosemite_or_later_(base::mac::IsOSYosemiteOrLater()),
- look_up_message_(CreateBootstrapLookUpMessage()) {
-}
+ is_yosemite_or_later_(base::mac::IsAtLeastOS10_10()),
+ look_up_message_(CreateBootstrapLookUpMessage()) {}
PreExecDelegate::~PreExecDelegate() {}
« no previous file with comments | « sandbox/mac/os_compatibility.cc ('k') | third_party/WebKit/Source/core/layout/LayoutThemeMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698