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

Unified Diff: services/ui/launcher/launch_instance.cc

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 | « mojo/ui/view_provider_app.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/launcher/launch_instance.cc
diff --git a/services/ui/launcher/launch_instance.cc b/services/ui/launcher/launch_instance.cc
index c8ed4f3a34c77037c2bccbad3dbe7b7414820a31..9c65fcd9ca237cac39813f8fec9434415ed73a30 100644
--- a/services/ui/launcher/launch_instance.cc
+++ b/services/ui/launcher/launch_instance.cc
@@ -41,8 +41,7 @@ void LaunchInstance::Launch() {
mojo::ConnectToService(app_impl_->shell(), app_url_,
GetProxy(&client_view_provider));
- client_view_provider->CreateView(GetProxy(&client_view_owner_), nullptr,
- nullptr);
+ client_view_provider->CreateView(GetProxy(&client_view_owner_), nullptr);
}
void LaunchInstance::InitViewport() {
« no previous file with comments | « mojo/ui/view_provider_app.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698