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 a88ea94926a050ff6bbc1a80d94bfb303c3a2525..6dd9521dd23d96be6fa724735862d5323ab0c9eb 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. |
@@ -74,6 +75,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(); |
+ |
// Tell the window controls to reset themselves to the normal state. |
void ResetWindowControls(); |