| 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 3ba4f1dd91094237d0165dfeff52a43fba3bc170..eac918327e1c8a5f77765c0895bfd222f3a1f7e2 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
|
|
|