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

Unified Diff: ui/aura_shell/workspace/workspace.h

Issue 8400063: Move maximize/fullscreen/restore to shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove OVERRIDE from .cc Created 9 years, 2 months 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
« no previous file with comments | « ui/aura_shell/show_state_controller.cc ('k') | ui/aura_shell/workspace/workspace.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/workspace/workspace.h
diff --git a/ui/aura_shell/workspace/workspace.h b/ui/aura_shell/workspace/workspace.h
index 027b3939ad15febb70ba278f2e6310a28f3dcabf..8d454da28b6291700f75a7bda0f080fd50977d3d 100644
--- a/ui/aura_shell/workspace/workspace.h
+++ b/ui/aura_shell/workspace/workspace.h
@@ -91,6 +91,9 @@ class AURA_SHELL_EXPORT Workspace {
// windows except for the window specified by |no_animation| and |ignore|.
void Layout(aura::Window* ignore, aura::Window* no_animation);
+ // Returns true if the workspace contains a fullscreen window.
+ bool ContainsFullscreenWindow() const;
+
private:
FRIEND_TEST_ALL_PREFIXES(WorkspaceTest, WorkspaceBasic);
FRIEND_TEST_ALL_PREFIXES(WorkspaceTest, RotateWindows);
« no previous file with comments | « ui/aura_shell/show_state_controller.cc ('k') | ui/aura_shell/workspace/workspace.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698