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

Unified Diff: chrome/browser/renderer_host/resource_message_filter.h

Issue 292044: WebSocket support in chromium. (Closed)
Patch Set: rebaseline Created 11 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: chrome/browser/renderer_host/resource_message_filter.h
diff --git a/chrome/browser/renderer_host/resource_message_filter.h b/chrome/browser/renderer_host/resource_message_filter.h
index 958c642692390f0251e79a77ff1e16fe3d1ba118..0134c37043389288c9eb8806e5b770c236156aa7 100644
--- a/chrome/browser/renderer_host/resource_message_filter.h
+++ b/chrome/browser/renderer_host/resource_message_filter.h
@@ -39,6 +39,7 @@ class ExtensionMessageService;
class NotificationsPrefsCache;
class Profile;
class RenderWidgetHelper;
+class SocketStreamDispatcherHost;
class SpellChecker;
class URLRequestContextGetter;
struct ViewHostMsg_Audio_CreateStream;
@@ -370,6 +371,9 @@ class ResourceMessageFilter : public IPC::ChannelProxy::MessageFilter,
// Desktop Notifications permission messages.
scoped_refptr<NotificationsPrefsCache> notification_prefs_;
+ // Handles Socket Stream related messages.
+ scoped_ptr<SocketStreamDispatcherHost> socket_stream_dispatcher_host_;
+
// Whether this process is used for off the record tabs.
bool off_the_record_;

Powered by Google App Engine
This is Rietveld 408576698