| Index: ui/aura/mus/window_tree_client.cc
|
| diff --git a/ui/aura/mus/window_tree_client.cc b/ui/aura/mus/window_tree_client.cc
|
| index ec169ac9d9a5dac09d88fe4f5009be2628bed186..d318eabb0b74f55278dc65f4ed8429d9888ab996 100644
|
| --- a/ui/aura/mus/window_tree_client.cc
|
| +++ b/ui/aura/mus/window_tree_client.cc
|
| @@ -360,7 +360,6 @@
|
| std::unique_ptr<WindowTreeHostMus> window_tree_host =
|
| base::MakeUnique<WindowTreeHostMus>(std::move(window_port), this,
|
| display_id);
|
| - window_tree_host->InitHost();
|
| if (!window_data.is_null()) {
|
| SetLocalPropertiesFromServerProperties(
|
| WindowMus::Get(window_tree_host->window()), window_data);
|
|
|