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

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

Issue 2622103004: Mus Demo: Demonstrate external window mode (Closed)
Patch Set: Add description of internal VS external modes ; fix namespace comment 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 | « services/ui/demo/manifest.json ('k') | services/ui/demo/mus_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/mus_demo.h
diff --git a/services/ui/demo/mus_demo.h b/services/ui/demo/mus_demo.h
index fc2ce73611566d9fee3166ac8a591ffb51e10905..bf8c1276e41ffd945ea26ed68a14f154a6e0e4c9 100644
--- a/services/ui/demo/mus_demo.h
+++ b/services/ui/demo/mus_demo.h
@@ -50,8 +50,8 @@ class MusDemo : public service_manager::Service,
private:
virtual void OnStartImpl(
- std::unique_ptr<aura::WindowTreeClient>& window_tree_client,
- std::unique_ptr<WindowTreeData>& window_tree_data) = 0;
+ std::unique_ptr<aura::WindowTreeClient>* window_tree_client,
+ std::unique_ptr<WindowTreeData>* window_tree_data) = 0;
// service_manager::Service:
void OnStart() override;
« no previous file with comments | « services/ui/demo/manifest.json ('k') | services/ui/demo/mus_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698