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

Unified Diff: examples/ui/tile/tile_view.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 | « examples/ui/tile/tile_app.cc ('k') | mojo/dart/packages/mojo_services/lib/mojo/ui/view_provider.mojom.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ui/tile/tile_view.cc
diff --git a/examples/ui/tile/tile_view.cc b/examples/ui/tile/tile_view.cc
index b09815ef5f28be021a081a25e2a5c27b54c291a7..ab14a68ba8b54c35281e603a4c66657a376ba96f 100644
--- a/examples/ui/tile/tile_view.cc
+++ b/examples/ui/tile/tile_view.cc
@@ -47,7 +47,7 @@ void TileView::ConnectViews() {
LOG(INFO) << "Connecting to view: child_key=" << child_key
<< ", url=" << url;
mojo::ui::ViewOwnerPtr child_view_owner;
- provider->CreateView(mojo::GetProxy(&child_view_owner), nullptr, nullptr);
+ provider->CreateView(mojo::GetProxy(&child_view_owner), nullptr);
GetViewContainer()->AddChild(child_key, child_view_owner.Pass());
views_.emplace(std::make_pair(
« no previous file with comments | « examples/ui/tile/tile_app.cc ('k') | mojo/dart/packages/mojo_services/lib/mojo/ui/view_provider.mojom.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698