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

Unified Diff: ui/aura/mus/window_tree_client.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
Index: ui/aura/mus/window_tree_client.h
diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
index 238aece75cc7153da3f2baa2d43372b15d990591..fbb99983a2e53c0cd0a0e94271801fb7c49b5ee2 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -581,6 +581,11 @@ class AURA_EXPORT WindowTreeClient
std::unique_ptr<mojo::AssociatedBinding<ui::mojom::WindowManager>>
window_manager_internal_;
ui::mojom::WindowManagerClientAssociatedPtr window_manager_internal_client_;
+ // Normally the same as |window_manager_internal_client_|. Tests typically
+ // run without a Connector, which means this (and
msw 2017/04/26 23:44:46 optional nit: service_manager::Connector
sky 2017/04/27 02:49:41 Done.
+ // |window_manager_internal_client_) are null. Tests thata need to test
msw 2017/04/26 23:44:46 nit: '|' inside of ')', and s/thata/that/
sky 2017/04/27 02:49:41 Done.
+ // WindowManagerClient set this, but not |window_manager_internal_client_|.
+ ui::mojom::WindowManagerClient* window_manager_client_ = nullptr;
bool has_pointer_watcher_ = false;

Powered by Google App Engine
This is Rietveld 408576698