| Index: chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.mm b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| index 84285c84f5253e4a7d3dc5fdcf20e2a8dbbad733..ab01bcba957b2f94d80615b07095e1c54ef6180e 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| @@ -449,10 +449,6 @@ gfx::Rect BrowserWindowCocoa::GetRootWindowResizerRect() const {
|
| return gfx::Rect(NSRectToCGRect(tabRect));
|
| }
|
|
|
| -bool BrowserWindowCocoa::IsPanel() const {
|
| - return false;
|
| -}
|
| -
|
| // This is called from Browser, which in turn is called directly from
|
| // a menu option. All we do here is set a preference. The act of
|
| // setting the preference sends notifications to all windows who then
|
|
|