Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / frame / custom_frame_view_ash.h
index bfa6729..3f02413 100644 (file)
@@ -11,6 +11,7 @@
 
 namespace ash {
 class FrameBorderHitTestController;
+class FrameCaptionButtonContainerView;
 class ImmersiveFullscreenController;
 }
 namespace views {
@@ -70,6 +71,10 @@ class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView {
   class OverlayView;
   friend class TestWidgetConstraintsDelegate;
 
+  // Returns the container for the minimize/maximize/close buttons that is held
+  // by the HeaderView. Used in testing.
+  FrameCaptionButtonContainerView* GetFrameCaptionButtonContainerViewForTest();
+
   // Height from top of window to top of client area.
   int NonClientTopBorderHeight() const;