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

Unified Diff: components/html_viewer/html_document_application_delegate.cc

Issue 1290323002: HTMLViewer no longer connects to NetworkService interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 4 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
Index: components/html_viewer/html_document_application_delegate.cc
diff --git a/components/html_viewer/html_document_application_delegate.cc b/components/html_viewer/html_document_application_delegate.cc
index 935f5eec5dcaeb8046d2fb3886d0141a66cbf55e..54fa492dd6735f44adefd4e21b996da59592196d 100644
--- a/components/html_viewer/html_document_application_delegate.cc
+++ b/components/html_viewer/html_document_application_delegate.cc
@@ -117,7 +117,6 @@ void HTMLDocumentApplicationDelegate::Initialize(mojo::ApplicationImpl* app) {
request->url = mojo::String::From("mojo:network_service");
scoped_ptr<mojo::ApplicationConnection> connection =
app_.ConnectToApplication(request.Pass());
- connection->ConnectToService(&network_service_);
connection->ConnectToService(&url_loader_factory_);
}
« no previous file with comments | « components/html_viewer/html_document_application_delegate.h ('k') | components/html_viewer/web_socket_handle_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698