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

Unified Diff: examples/ui/noodles/noodles_app.h

Issue 1679023006: Reify view ownership as a message pipe. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 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 | « examples/moterm_example_app/moterm_example_app.cc ('k') | examples/ui/noodles/noodles_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ui/noodles/noodles_app.h
diff --git a/examples/ui/noodles/noodles_app.h b/examples/ui/noodles/noodles_app.h
index 221cd8e9c211c9a065c02969649e74905a8c55f5..6556b2b531df52c8090a458ca4568e06ffb5012c 100644
--- a/examples/ui/noodles/noodles_app.h
+++ b/examples/ui/noodles/noodles_app.h
@@ -14,11 +14,11 @@ class NoodlesApp : public mojo::ui::ViewProviderApp {
NoodlesApp();
~NoodlesApp() override;
- bool CreateView(
+ void CreateView(
const std::string& connection_url,
+ mojo::InterfaceRequest<mojo::ui::ViewOwner> view_owner_request,
mojo::InterfaceRequest<mojo::ServiceProvider> services,
- mojo::ServiceProviderPtr exposed_services,
- const mojo::ui::ViewProvider::CreateViewCallback& callback) override;
+ mojo::ServiceProviderPtr exposed_services) override;
private:
DISALLOW_COPY_AND_ASSIGN(NoodlesApp);
« no previous file with comments | « examples/moterm_example_app/moterm_example_app.cc ('k') | examples/ui/noodles/noodles_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698