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

Unified Diff: ash/common/wm_shell.h

Issue 2408273002: mash: Port TrayUpdateTest to AshTest (Closed)
Patch Set: Created 4 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 | « ash/common/test/ash_test.cc ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 9e42f2f7e7e85fc3842fb0fb153012c7ecf73e36..ceb683eabb04097142e696547346958a3f68e52f 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -85,6 +85,10 @@ class WorkspaceEventHandler;
enum class LoginStatus;
enum class TaskSwitchSource;
+namespace mus {
+class WmTestHelper;
+}
+
namespace wm {
class MaximizeModeEventHandler;
class WindowState;
@@ -457,6 +461,7 @@ class ASH_EXPORT WmShell {
friend class AcceleratorControllerTest;
friend class ScopedRootWindowForNewWindows;
friend class Shell;
+ friend class mus::WmTestHelper;
James Cook 2016/10/11 19:58:37 Lemme know if you would prefer a WmShellTestApi cl
sky 2016/10/11 20:56:24 I think that would be cleaner, but if you want to
static WmShell* instance_;
« no previous file with comments | « ash/common/test/ash_test.cc ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698