| Index: apps/ui/views/shell_window_frame_view.h
|
| diff --git a/apps/ui/views/shell_window_frame_view.h b/apps/ui/views/shell_window_frame_view.h
|
| index 7fa10f546b646af4652442a44f89ab02b3dbe407..13a6ba1d86ba15f50d78247ec0ea20489f870c41 100644
|
| --- a/apps/ui/views/shell_window_frame_view.h
|
| +++ b/apps/ui/views/shell_window_frame_view.h
|
| @@ -50,6 +50,9 @@ class ShellWindowFrameView : public views::NonClientFrameView,
|
| int resize_area_corner_size);
|
|
|
| private:
|
| + // Determines whether the title bar and window frame should be shown.
|
| + bool ShouldShowWindowFrame() const;
|
| +
|
| // views::NonClientFrameView implementation.
|
| virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
|
| virtual gfx::Rect GetWindowBoundsForClientBounds(
|
|
|