Index: chrome/browser/renderer_host/resource_message_filter.h |
=================================================================== |
--- chrome/browser/renderer_host/resource_message_filter.h (revision 69028) |
+++ chrome/browser/renderer_host/resource_message_filter.h (working copy) |
@@ -37,7 +37,6 @@ |
struct FontDescriptor; |
class GeolocationDispatcherHostOld; |
class HostZoomMap; |
-class IndexedDBDispatcherHost; |
class NotificationsPrefsCache; |
class PpapiPluginProcessHost; |
class Profile; |
@@ -434,9 +433,6 @@ |
// Handles DOM Storage related messages. |
scoped_refptr<DOMStorageDispatcherHost> dom_storage_dispatcher_host_; |
- // Handles Indexed Database related messages. |
- scoped_refptr<IndexedDBDispatcherHost> indexed_db_dispatcher_host_; |
- |
// Handles HTML5 DB related messages |
scoped_refptr<DatabaseDispatcherHost> db_dispatcher_host_; |