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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller_private.mm

Issue 2288003002: Delete IsAtLeastOS10_9() and IsAtMostOS10_9() (Closed)
Patch Set: Rebase, cancel the more confusing changes 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 | « base/mac/mac_util_unittest.mm ('k') | chrome/browser/ui/cocoa/custom_frame_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/browser_window_controller_private.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.mm b/chrome/browser/ui/cocoa/browser_window_controller_private.mm
index dfbe07d60f91eb4b97418ad48cea6a36e45a9829..6abdb5ebeef9b3806a243ca7cfcdebebb06a24d0 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.mm
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.mm
@@ -1116,7 +1116,7 @@ willPositionSheet:(NSWindow*)sheet
}
+ (BOOL)systemSettingsRequireMavericksAppKitFullscreenHack {
- if (!base::mac::IsOS10_9())
+ if (base::mac::IsAtLeastOS10_10())
return NO;
return [NSScreen respondsToSelector:@selector(screensHaveSeparateSpaces)] &&
[NSScreen screensHaveSeparateSpaces];
« no previous file with comments | « base/mac/mac_util_unittest.mm ('k') | chrome/browser/ui/cocoa/custom_frame_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698