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

Unified Diff: content/browser/renderer_host/websocket_host.h

Issue 26544003: Make net::WebSocketChannel deletion safe and enable new IPCs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add missing "virtual" keyword Created 7 years, 2 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: content/browser/renderer_host/websocket_host.h
diff --git a/content/browser/renderer_host/websocket_host.h b/content/browser/renderer_host/websocket_host.h
index 06f82f710386c624ccaa518f17d22b1597bf21e6..ffeb0b8c29deb9504e3dfc1a398a0c74ecbdd155 100644
--- a/content/browser/renderer_host/websocket_host.h
+++ b/content/browser/renderer_host/websocket_host.h
@@ -27,8 +27,8 @@ namespace content {
class WebSocketDispatcherHost;
-// Host of WebSocketChannel. The lifetime of an instance of this class is
-// completely controlled by the WebSocketDispatcherHost.
+// Host of net::WebSocketChannel. The lifetime of an instance of this class is
+// completely controlled by the WebSocketDispatcherHost object.
class CONTENT_EXPORT WebSocketHost {
public:
WebSocketHost(int routing_id,

Powered by Google App Engine
This is Rietveld 408576698