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

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

Issue 2001283002: Remove ViewProvider.CreateView()'s exposed_services. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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/ui/jank/jank.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 e30e659c5395fb67ff7ea4bc3ce0d11bcd13f89c..35e528c30175512049695f57d71ded092e97f8d8 100644
--- a/examples/ui/noodles/noodles_app.h
+++ b/examples/ui/noodles/noodles_app.h
@@ -17,8 +17,7 @@ class NoodlesApp : public mojo::ui::ViewProviderApp {
void CreateView(
const std::string& connection_url,
mojo::InterfaceRequest<mojo::ui::ViewOwner> view_owner_request,
- mojo::InterfaceRequest<mojo::ServiceProvider> services,
- mojo::InterfaceHandle<mojo::ServiceProvider> exposed_services) override;
+ mojo::InterfaceRequest<mojo::ServiceProvider> services) override;
private:
DISALLOW_COPY_AND_ASSIGN(NoodlesApp);
« no previous file with comments | « examples/ui/jank/jank.cc ('k') | examples/ui/noodles/noodles_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698