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

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

Issue 3108042: Support sending BlobData to browser process. Also support sending UploadData... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 months 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 57697)
+++ chrome/browser/renderer_host/resource_message_filter.h (working copy)
@@ -32,6 +32,7 @@
class AppCacheDispatcherHost;
class AudioRendererHost;
+class BlobDispatcherHost;
class ChromeURLRequestContext;
class DatabaseDispatcherHost;
class DOMStorageDispatcherHost;
@@ -483,6 +484,9 @@
// Handles FileSystem API related messages
scoped_refptr<FileSystemDispatcherHost> file_system_dispatcher_host_;
+ // Handles blob related messages.
+ scoped_ptr<BlobDispatcherHost> blob_dispatcher_host_;
+
DISALLOW_COPY_AND_ASSIGN(ResourceMessageFilter);
};
« no previous file with comments | « chrome/browser/renderer_host/blob_dispatcher_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