| 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_;
|
|
|
|
|