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

Unified Diff: ui/aura/test/mus/window_tree_client_private.cc

Issue 2824103004: mus: Adds WindowManagerDelegate::OnWmConnected() (Closed)
Patch Set: 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 | « ui/aura/test/mus/window_tree_client_private.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/mus/window_tree_client_private.cc
diff --git a/ui/aura/test/mus/window_tree_client_private.cc b/ui/aura/test/mus/window_tree_client_private.cc
index c1ca30bb53b772456080c79d48aede603aa7b13d..da7ab00ebae8b28a720b8777db6bd419f37436f0 100644
--- a/ui/aura/test/mus/window_tree_client_private.cc
+++ b/ui/aura/test/mus/window_tree_client_private.cc
@@ -81,6 +81,11 @@ void WindowTreeClientPrivate::CallOnCaptureChanged(Window* new_capture,
old_capture ? WindowPortMus::Get(old_capture)->server_id() : 0);
}
+void WindowTreeClientPrivate::CallOnConnect() {
+ const ClientSpecificId client_id = 1;
+ tree_client_impl_->OnConnect(client_id);
+}
+
void WindowTreeClientPrivate::SetTreeAndClientId(
ui::mojom::WindowTree* window_tree,
ClientSpecificId client_id) {
« no previous file with comments | « ui/aura/test/mus/window_tree_client_private.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698