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

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

Issue 2712203002: c++ / mojo changes for 'external window mode'
Patch Set: addressing fwang/sky feedback 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..1029d057a017e763def45fd67fbe18985c7c58d8 100644
--- a/services/ui/demo/mus_demo_external.h
+++ b/services/ui/demo/mus_demo_external.h
@@ -32,8 +32,6 @@ class MusDemoExternal : public MusDemo {
void OnEmbed(std::unique_ptr<aura::WindowTreeHostMus> window_tree_host) final;
void OnEmbedRootDestroyed(aura::WindowTreeHostMus* window_tree_host) final;
- mojom::WindowTreeHostFactoryPtr window_tree_host_factory_;
- 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