| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| index f5362e62a3e129b3d0e6f509af9e629bcd390625..b6718a56fd350901c3308c0257b6f9b40153f05e 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| @@ -138,6 +138,7 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
|
| virtual bool IsInactiveRenderingDisabled() OVERRIDE;
|
| virtual bool CanResize() const OVERRIDE;
|
| virtual bool CanMaximize() const OVERRIDE;
|
| + virtual bool CanMinimize() const OVERRIDE;
|
| virtual bool CanActivate() const OVERRIDE;
|
| virtual bool WidgetSizeIsClientSize() const OVERRIDE;
|
| virtual bool IsModal() const OVERRIDE;
|
|
|