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

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

Issue 5680007: Make IndexedDBDispatcherHost be a message filter and move its messages into a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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
===================================================================
--- 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_;
« no previous file with comments | « chrome/browser/renderer_host/browser_render_process_host.cc ('k') | chrome/browser/renderer_host/resource_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698