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

Unified Diff: components/html_viewer/html_document_application_delegate.h

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.h
diff --git a/components/html_viewer/html_document_application_delegate.h b/components/html_viewer/html_document_application_delegate.h
index 6e1b1d1165b8c6f77d8983456f834530febba2ae..30e8f37740e64a5f49d834198024e5c1faab5cc1 100644
--- a/components/html_viewer/html_document_application_delegate.h
+++ b/components/html_viewer/html_document_application_delegate.h
@@ -14,7 +14,6 @@
#include "components/html_viewer/html_document.h"
#include "mojo/application/public/cpp/application_delegate.h"
#include "mojo/application/public/cpp/application_impl.h"
-#include "mojo/services/network/public/interfaces/network_service.mojom.h"
#include "mojo/services/network/public/interfaces/url_loader_factory.mojom.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/interface_request.h"
@@ -65,7 +64,6 @@ class HTMLDocumentApplicationDelegate : public mojo::ApplicationDelegate {
// AppRefCount of the parent (HTMLViewer).
scoped_ptr<mojo::AppRefCount> parent_app_refcount_;
const mojo::String url_;
- mojo::NetworkServicePtr network_service_;
mojo::URLLoaderFactoryPtr url_loader_factory_;
mojo::URLResponsePtr initial_response_;
GlobalState* global_state_;
« no previous file with comments | « components/html_viewer/blink_platform_impl.cc ('k') | components/html_viewer/html_document_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698