Index: ash/wm/caption_buttons/frame_caption_button_container_view.h |
diff --git a/ash/wm/caption_buttons/frame_caption_button_container_view.h b/ash/wm/caption_buttons/frame_caption_button_container_view.h |
index bcd5b376fe323ccaf686b563e6ed11c3d7f3a242..4185574febd9e91b162837945ef77eee16ce4e42 100644 |
--- a/ash/wm/caption_buttons/frame_caption_button_container_view.h |
+++ b/ash/wm/caption_buttons/frame_caption_button_container_view.h |
@@ -16,6 +16,7 @@ class Widget; |
} |
namespace ash { |
+class FrameMaximizeButton; |
// Container view for the frame caption buttons. It performs the appropriate |
// action when a caption button is clicked. |
@@ -76,6 +77,10 @@ class ASH_EXPORT FrameCaptionButtonContainerView |
DISALLOW_COPY_AND_ASSIGN(TestApi); |
}; |
+ // Returns the size button if using the old caption button style, returns NULL |
+ // otherwise. |
+ FrameMaximizeButton* GetOldStyleSizeButton() const; |
+ |
// Tell the window controls to reset themselves to the normal state. |
void ResetWindowControls(); |