Chromium Code Reviews| Index: services/ui/demo/mus_demo_external.h |
| diff --git a/services/ui/demo/mus_demo_external.h b/services/ui/demo/mus_demo_external.h |
| index 13f920ac438af1124b9cbb55d8b67e54a80d488a..de00c967b7bd0b4f517c3c523ecf953b34e46b9c 100644 |
| --- a/services/ui/demo/mus_demo_external.h |
| +++ b/services/ui/demo/mus_demo_external.h |
| @@ -33,7 +33,6 @@ class MusDemoExternal : public MusDemo { |
| void OnEmbedRootDestroyed(aura::WindowTreeHostMus* window_tree_host) final; |
| mojom::WindowTreeHostFactoryPtr window_tree_host_factory_; |
|
fwang
2017/02/27 20:06:50
You can remove window_tree_host_factory_ too, I be
tonikitoo
2017/03/01 05:05:43
Done.
|
| - mojom::WindowTreeClientPtr window_tree_client_mojo_; |
| size_t initialized_windows_count_ = 0; |
| DISALLOW_COPY_AND_ASSIGN(MusDemoExternal); |