| Index: chrome/browser/ui/panels/native_panel.h
|
| diff --git a/chrome/browser/ui/panels/native_panel.h b/chrome/browser/ui/panels/native_panel.h
|
| index 9f6f56e2a6f1ac1a62ca205f620d731298e3d927..0ad11348a73ca9577faaaf390cf67c85f6d3b050 100644
|
| --- a/chrome/browser/ui/panels/native_panel.h
|
| +++ b/chrome/browser/ui/panels/native_panel.h
|
| @@ -72,9 +72,6 @@ class NativePanel {
|
| virtual bool IsPanelAlwaysOnTop() const = 0;
|
| virtual void SetPanelAlwaysOnTop(bool on_top) = 0;
|
|
|
| - // Enables resizing by dragging edges/corners.
|
| - virtual void EnableResizeByMouse(bool enable) = 0;
|
| -
|
| // Updates the visibility of the minimize and restore buttons.
|
| virtual void UpdatePanelMinimizeRestoreButtonVisibility() = 0;
|
|
|
|
|