| Index: chrome/browser/renderer_host/resource_message_filter.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/resource_message_filter.h (revision 69012)
|
| +++ chrome/browser/renderer_host/resource_message_filter.h (working copy)
|
| @@ -23,6 +23,7 @@
|
| #include "base/string16.h"
|
| #include "base/task.h"
|
| #include "build/build_config.h"
|
| +#include "chrome/browser/in_process_webkit/webkit_context.h"
|
| #include "chrome/browser/net/resolve_proxy_msg_helper.h"
|
| #include "chrome/browser/renderer_host/resource_dispatcher_host.h"
|
| #include "chrome/common/content_settings.h"
|
| @@ -33,7 +34,6 @@
|
|
|
| class ChromeURLRequestContext;
|
| class DatabaseDispatcherHost;
|
| -class DOMStorageDispatcherHost;
|
| struct FontDescriptor;
|
| class GeolocationDispatcherHostOld;
|
| class HostZoomMap;
|
| @@ -431,9 +431,6 @@
|
|
|
| scoped_refptr<RenderWidgetHelper> render_widget_helper_;
|
|
|
| - // Handles DOM Storage related messages.
|
| - scoped_refptr<DOMStorageDispatcherHost> dom_storage_dispatcher_host_;
|
| -
|
| // Handles Indexed Database related messages.
|
| scoped_refptr<IndexedDBDispatcherHost> indexed_db_dispatcher_host_;
|
|
|
| @@ -463,6 +460,8 @@
|
| // Used to handle geolocation-related messages.
|
| scoped_refptr<GeolocationDispatcherHostOld> geolocation_dispatcher_host_;
|
|
|
| + scoped_refptr<WebKitContext> webkit_context_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ResourceMessageFilter);
|
| };
|
|
|
|
|