| 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(),
|
|
|