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

Unified Diff: ash/test/ash_test_helper.h

Issue 2843193002: chromeos: fix focus for mushrome (Closed)
Patch Set: feedback Created 3 years, 8 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/shell_port.h ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_helper.h
diff --git a/ash/test/ash_test_helper.h b/ash/test/ash_test_helper.h
index a53021f2375fada6b60f902f6fa0e0eaa22099a9..2aac0792f7960ec7c06a40b98d71454eb5437a41 100644
--- a/ash/test/ash_test_helper.h
+++ b/ash/test/ash_test_helper.h
@@ -109,6 +109,9 @@ class AshTestHelper {
mus::WindowManagerApplication* window_manager_app() {
return window_manager_app_.get();
}
+ aura::TestWindowTreeClientSetup* window_tree_client_setup() {
+ return &window_tree_client_setup_;
+ }
TestSessionControllerClient* test_session_controller_client() {
return session_controller_client_.get();
« no previous file with comments | « ash/shell_port.h ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698