summaryrefslogtreecommitdiffstats
path: root/ash/shell/panel_window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell/panel_window.cc')
-rw-r--r--ash/shell/panel_window.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ash/shell/panel_window.cc b/ash/shell/panel_window.cc
index 3a197a3..f092aa8 100644
--- a/ash/shell/panel_window.cc
+++ b/ash/shell/panel_window.cc
@@ -81,6 +81,10 @@ bool PanelWindow::CanMaximize() const {
return false;
}
+bool PanelWindow::CanMinimize() const {
+ return false;
+}
+
views::NonClientFrameView* PanelWindow::CreateNonClientFrameView(
views::Widget* widget) {
return new PanelFrameView(widget, PanelFrameView::FRAME_NONE);