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

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

Issue 2723853004: Mus Demo: Add a comment line switch for launching multiple windows in external mode (Closed)
Patch Set: addressed kylechar 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
« no previous file with comments | « no previous file | services/ui/demo/mus_demo_external.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..66cdbadfb9e03f53553750f0985c27db5c2ddaee 100644
--- a/services/ui/demo/mus_demo_external.h
+++ b/services/ui/demo/mus_demo_external.h
@@ -36,6 +36,8 @@ class MusDemoExternal : public MusDemo {
mojom::WindowTreeClientPtr window_tree_client_mojo_;
size_t initialized_windows_count_ = 0;
+ size_t number_of_windows_ = 1;
+
DISALLOW_COPY_AND_ASSIGN(MusDemoExternal);
};
« no previous file with comments | « no previous file | services/ui/demo/mus_demo_external.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698