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

Unified Diff: services/ui/demo/mus_demo_external.h

Issue 2712203002: c++ / mojo changes for 'external window mode'
Patch Set: . Created 3 years, 10 months 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
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);

Powered by Google App Engine
This is Rietveld 408576698