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

Unified Diff: services/sky/viewer.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 | « services/sky/document_view.cc ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/sky/viewer.cc
diff --git a/services/sky/viewer.cc b/services/sky/viewer.cc
index 163aac3b9536e0783247e3774fbb337bd11062fb..cdbb902029e54eabb75dbe622a48e8f783e6e2d1 100644
--- a/services/sky/viewer.cc
+++ b/services/sky/viewer.cc
@@ -38,10 +38,7 @@ class Viewer : public mojo::ApplicationDelegate,
blink::WebRuntimeFeatures::enableObservatory(
!RuntimeFlags::Get().testing());
- mojo::NetworkServicePtr network_service;
- app->ConnectToService("mojo:authenticated_network_service",
- &network_service);
- platform_impl_.reset(new PlatformImpl(network_service.Pass()));
+ platform_impl_.reset(new PlatformImpl());
blink::initialize(platform_impl_.get());
mojo::icu::Initialize(app);
« no previous file with comments | « services/sky/document_view.cc ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698