| Index: chrome/browser/renderer_host/resource_dispatcher_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/resource_dispatcher_host.h (revision 69086)
|
| +++ chrome/browser/renderer_host/resource_dispatcher_host.h (working copy)
|
| @@ -37,7 +37,6 @@
|
| class ResourceHandler;
|
| class SafeBrowsingService;
|
| class SaveFileManager;
|
| -class SocketStreamDispatcherHost;
|
| class SSLClientAuthHandler;
|
| class UserScriptListener;
|
| class URLRequestContext;
|
| @@ -480,8 +479,6 @@
|
|
|
| scoped_refptr<SafeBrowsingService> safe_browsing_;
|
|
|
| - scoped_ptr<SocketStreamDispatcherHost> socket_stream_dispatcher_host_;
|
| -
|
| // We own the WebKit thread and see to its destruction.
|
| scoped_ptr<WebKitThread> webkit_thread_;
|
|
|
|
|