Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(368)

Unified Diff: ash/wm/caption_buttons/frame_caption_button_container_view.h

Issue 59043013: Add flag to enable immersive fullscreen for v2 apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
oshima 2013/11/08 23:25:32 no const when returning non const internal object.
+
// Tell the window controls to reset themselves to the normal state.
void ResetWindowControls();

Powered by Google App Engine
This is Rietveld 408576698