| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 133556aa260f98c3eaf6de28cc6b6e6b9c769a40..1cf2de6a1c18115e1e818c463539692b2216cc27 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -183,11 +183,6 @@ class BrowserWindow : public BaseWindow {
|
| // where we take care of it ourselves at the browser level).
|
| virtual gfx::Rect GetRootWindowResizerRect() const = 0;
|
|
|
| - // Returns whether the window is a panel. This is not always synonomous
|
| - // with the associated browser having type panel since some environments
|
| - // may draw popups in panel windows.
|
| - virtual bool IsPanel() const = 0;
|
| -
|
| // Tells the frame not to render as inactive until the next activation change.
|
| // This is required on Windows when dropdown selects are shown to prevent the
|
| // select from deactivating the browser frame. A stub implementation is
|
|
|