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

Unified Diff: components/html_viewer/web_socket_handle_impl.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/web_socket_handle_impl.h
diff --git a/components/html_viewer/web_socket_handle_impl.h b/components/html_viewer/web_socket_handle_impl.h
index 992974858d49d3e41a6d3f98276fdfe614c62928..9537d3e2e590329fde57cca0a1106d78b95a211a 100644
--- a/components/html_viewer/web_socket_handle_impl.h
+++ b/components/html_viewer/web_socket_handle_impl.h
@@ -12,7 +12,7 @@
#include "third_party/WebKit/public/platform/WebSocketHandle.h"
namespace mojo {
-class NetworkService;
+class WebSocketFactory;
class WebSocketWriteQueue;
}
@@ -23,7 +23,7 @@ class WebSocketClientImpl;
// Implements WebSocketHandle by talking to the mojo WebSocket interface.
class WebSocketHandleImpl : public blink::WebSocketHandle {
public:
- explicit WebSocketHandleImpl(mojo::NetworkService* network_service);
+ explicit WebSocketHandleImpl(mojo::WebSocketFactory* factory);
private:
friend class WebSocketClientImpl;
« no previous file with comments | « components/html_viewer/html_document_application_delegate.cc ('k') | components/html_viewer/web_socket_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698