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

Unified Diff: ash/wm/workspace_controller.h

Issue 11830008: ash/immersive mode: Hide the launcher when entering immersive mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: window property Created 7 years, 11 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
Index: ash/wm/workspace_controller.h
diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h
index a77863af9675ebacbc2e461405e0e27537bdfa28..88c427a0025d36b13ba14609ee53575721b7268e 100644
--- a/ash/wm/workspace_controller.h
+++ b/ash/wm/workspace_controller.h
@@ -23,6 +23,7 @@ class WorkspaceControllerTestHelper;
class WorkspaceCycler;
class WorkspaceEventHandler;
class WorkspaceManager;
+class Workspace;
// WorkspaceController acts as a central place that ties together all the
// various workspace pieces.
@@ -40,6 +41,9 @@ class ASH_EXPORT WorkspaceController
// Sets the active workspace based on |window|.
void SetActiveWorkspaceByWindow(aura::Window* window);
+ // Returns the currently active workspace.
sky 2013/01/10 19:02:05 Same comment about not exposing workspace. I'm ok
+ Workspace* GetActiveWorkspace() const;
+
// See description in BaseWorkspaceManager::GetParentForNewWindow().
aura::Window* GetParentForNewWindow(aura::Window* window);

Powered by Google App Engine
This is Rietveld 408576698