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

Unified Diff: components/mus/ws/connection_manager.h

Issue 1554783002: Removes WindowTreeImpl::creator_id_ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 5 years 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 | « components/mus/mus_app.cc ('k') | components/mus/ws/connection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/connection_manager.h
diff --git a/components/mus/ws/connection_manager.h b/components/mus/ws/connection_manager.h
index f16ac18c6c55ec55769ea077630fb7b41b47e7f2..21e91edc285843e5515c0ac7e36496ea665b69ab 100644
--- a/components/mus/ws/connection_manager.h
+++ b/components/mus/ws/connection_manager.h
@@ -70,8 +70,7 @@ class ConnectionManager : public ServerWindowDelegate,
// See description of WindowTree::Embed() for details. This assumes
// |transport_window_id| is valid.
- WindowTreeImpl* EmbedAtWindow(ConnectionSpecificId creator_id,
- const WindowId& window_id,
+ WindowTreeImpl* EmbedAtWindow(const WindowId& window_id,
uint32_t policy_bitmask,
mojom::WindowTreeClientPtr client);
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/ws/connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698