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

Unified Diff: apps/moterm/moterm_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 | « no previous file | apps/moterm/moterm_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/moterm/moterm_app.h
diff --git a/apps/moterm/moterm_app.h b/apps/moterm/moterm_app.h
index be7d9500ab79f643552d76677df863be1aa9e899..185a4831468a073f7e66fb5f7e0b98c32897c4b4 100644
--- a/apps/moterm/moterm_app.h
+++ b/apps/moterm/moterm_app.h
@@ -16,8 +16,7 @@ class MotermApp : 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(MotermApp);
« no previous file with comments | « no previous file | apps/moterm/moterm_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698