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

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 2119973002: Port WebSockets to Mojo IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix shared worker support Created 4 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: content/browser/frame_host/render_frame_host_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index f16156e8a966379d62a21f09cbc37307b6f80ccc..cf9fd184602f3b9902dc4aec33e0f2d944b84289 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -99,6 +99,10 @@ struct FileChooserParams;
struct Referrer;
struct ResourceResponse;
+namespace mojom {
+class WebSocket;
jam 2016/08/04 18:10:43 nit: not needed
+}
+
class CONTENT_EXPORT RenderFrameHostImpl
: public RenderFrameHost,
NON_EXPORTED_BASE(public mojom::FrameHost),

Powered by Google App Engine
This is Rietveld 408576698