| Index: chrome/browser/ui/cocoa/custom_frame_view.mm
|
| diff --git a/chrome/browser/ui/cocoa/custom_frame_view.mm b/chrome/browser/ui/cocoa/custom_frame_view.mm
|
| index 25b82e4192ea23aff7b0f41133885334b88fb4a3..e5bcefc6c45580e0eefd41c2eadb29dfa3e3271b 100644
|
| --- a/chrome/browser/ui/cocoa/custom_frame_view.mm
|
| +++ b/chrome/browser/ui/cocoa/custom_frame_view.mm
|
| @@ -50,7 +50,7 @@
|
|
|
| // In Yosemite, the fullscreen button replaces the zoom button. We no longer
|
| // need to swizzle out this AppKit private method.
|
| - if (!base::mac::IsOSMavericks())
|
| + if (!base::mac::IsOS10_9())
|
| return;
|
|
|
| base::mac::ScopedNSAutoreleasePool pool;
|
|
|