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

Unified Diff: ui/views/mus/test_utils.h

Issue 2633233003: aura-mus: Implement stacking in DesktopWindowTreeHostMus. (Closed)
Patch Set: Add access policy for CanStackAtTop. Created 3 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: ui/views/mus/test_utils.h
diff --git a/ui/views/mus/test_utils.h b/ui/views/mus/test_utils.h
index 419fee9dc31436089e6bbb7553d420b8f53b9cb1..2b6c31e698e437b177344e8ceeb52c9bc5e5a7ce 100644
--- a/ui/views/mus/test_utils.h
+++ b/ui/views/mus/test_utils.h
@@ -19,6 +19,10 @@ class MusClientTestApi {
return base::WrapUnique(new MusClient(connector, identity));
}
+ static void SetChangeTestObserver(MusClientTestObserver* observer) {
+ MusClient::Get()->test_observer_ = observer;
+ }
+
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(MusClientTestApi);
};
« ui/views/mus/mus_client_test_observer.h ('K') | « ui/views/mus/mus_client_test_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698