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

Unified Diff: apps/moterm/moterm_app.cc

Issue 2020453003: Convert ViewProviderApp and ContentViewerApp to implement ApplicationImplBase instead of Applicatio… (Closed) Base URL: https://github.com/domokit/mojo.git@work796_no_run_main_app
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 | « apps/moterm/main.cc ('k') | examples/moterm_example_app/moterm_example_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/moterm/moterm_app.cc
diff --git a/apps/moterm/moterm_app.cc b/apps/moterm/moterm_app.cc
index a8a45f42726ecffd290079fca3d965b774957c8b..ff78b0e2935e442b1d31cae79b5b3dd5a9e0434a 100644
--- a/apps/moterm/moterm_app.cc
+++ b/apps/moterm/moterm_app.cc
@@ -15,6 +15,6 @@ void MotermApp::CreateView(
const std::string& connection_url,
mojo::InterfaceRequest<mojo::ui::ViewOwner> view_owner_request,
mojo::InterfaceRequest<mojo::ServiceProvider> services) {
- new MotermView(mojo::CreateApplicationConnector(app_impl()->shell()),
+ new MotermView(mojo::CreateApplicationConnector(shell()),
view_owner_request.Pass(), services.Pass());
}
« no previous file with comments | « apps/moterm/main.cc ('k') | examples/moterm_example_app/moterm_example_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698