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

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

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/ws/connection_manager.h ('k') | components/mus/ws/connection_manager_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/connection_manager.cc
diff --git a/components/mus/ws/connection_manager.cc b/components/mus/ws/connection_manager.cc
index 45f65ec47e24d9d3a2a8601e21063ea75e030683..9f148603112d62d5a94cecd7d089567f301d9fa9 100644
--- a/components/mus/ws/connection_manager.cc
+++ b/components/mus/ws/connection_manager.cc
@@ -141,14 +141,13 @@ void ConnectionManager::OnHostConnectionClosed(
}
WindowTreeImpl* ConnectionManager::EmbedAtWindow(
- ConnectionSpecificId creator_id,
const WindowId& window_id,
uint32_t policy_bitmask,
mojom::WindowTreeClientPtr client) {
mojom::WindowTreePtr service_ptr;
ClientConnection* client_connection =
delegate_->CreateClientConnectionForEmbedAtWindow(
- this, GetProxy(&service_ptr), creator_id, window_id, policy_bitmask,
+ this, GetProxy(&service_ptr), window_id, policy_bitmask,
std::move(client));
AddConnection(client_connection);
client_connection->service()->Init(client_connection->client(),
« no previous file with comments | « components/mus/ws/connection_manager.h ('k') | components/mus/ws/connection_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698