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

Unified Diff: ash/wm/workspace_controller_test_helper.h

Issue 10830365: Initial crack at new workspace behavior. Each workspace now has its (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « ash/wm/workspace_controller.cc ('k') | ash/wm/workspace_controller_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace_controller_test_helper.h
diff --git a/ash/wm/workspace_controller_test_helper.h b/ash/wm/workspace_controller_test_helper.h
index c48f0964c2b77ea3352c53d2a2db719c68be8178..38abfb219195612eb884b9546dc34862d1d53027 100644
--- a/ash/wm/workspace_controller_test_helper.h
+++ b/ash/wm/workspace_controller_test_helper.h
@@ -7,6 +7,7 @@
#include "ash/wm/workspace_controller.h"
#include "ash/wm/workspace/workspace_manager.h"
+#include "ash/wm/workspace/workspace_manager2.h"
namespace ash {
namespace internal {
@@ -25,6 +26,10 @@ class WorkspaceControllerTestHelper {
return static_cast<WorkspaceManager*>(
controller_->workspace_manager_.get());
}
+ WorkspaceManager2* workspace_manager2() {
+ return static_cast<WorkspaceManager2*>(
+ controller_->workspace_manager_.get());
+ }
private:
WorkspaceController* controller_;
« no previous file with comments | « ash/wm/workspace_controller.cc ('k') | ash/wm/workspace_controller_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698