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

Unified Diff: sky/shell/ui/engine.cc

Issue 1239633002: Remove //sky/engine/platform/network (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase Created 5 years, 5 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 | « sky/services/platform/weburlloader_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/ui/engine.cc
diff --git a/sky/shell/ui/engine.cc b/sky/shell/ui/engine.cc
index 75991d0a79d26bea109bdcf7d9f1d0deb22b9f7e..62d3f5b98d94ebb8b7cf920164483ae68a6c9ea5 100644
--- a/sky/shell/ui/engine.cc
+++ b/sky/shell/ui/engine.cc
@@ -80,7 +80,7 @@ void Engine::Init(ServiceProviderContext* service_provider_context) {
mojo::ConnectToService(service_provider.get(), &network_service);
DCHECK(!g_platform_impl);
- g_platform_impl = new PlatformImpl(network_service.Pass());
+ g_platform_impl = new PlatformImpl();
blink::initialize(g_platform_impl);
}
« no previous file with comments | « sky/services/platform/weburlloader_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698