| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index b7c328ffc024988de13699b18a7cdee17bc56297..8ce650b6b6e1328fd7ffc2eaaab89700f7c2e0d1 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -252,10 +252,6 @@ class Panel : public ui::BaseWindow,
|
| // being dragged, it is in preview mode.
|
| void SetPreviewMode(bool in_preview_mode);
|
|
|
| - // Sets up the panel for being resizable by the user - for example,
|
| - // enables the resize mouse cursors when mouse is hovering over the edges.
|
| - void EnableResizeByMouse(bool enable);
|
| -
|
| // Sets whether the minimize or restore button, if any, are visible.
|
| void UpdateMinimizeRestoreButtonVisibility();
|
|
|
|
|