| Index: chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
| diff --git a/chrome/browser/ui/panels/panel_window_controller_cocoa.mm b/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
| index c86cf9f661aa2c6314d719fd7a468aac4856614f..c5dad1a9cf0d51294148fa22b2ce98960acd597f 100644
|
| --- a/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
| +++ b/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
| @@ -459,10 +459,7 @@ const double kDragThreshold = 3.0;
|
|
|
| [self updateWindowLevel];
|
|
|
| - if (base::mac::IsOSSnowLeopardOrLater()) {
|
| - [window setCollectionBehavior:
|
| - NSWindowCollectionBehaviorParticipatesInCycle];
|
| - }
|
| + [window setCollectionBehavior:NSWindowCollectionBehaviorParticipatesInCycle];
|
|
|
| [titlebar_view_ attach];
|
|
|
|
|