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

Unified Diff: chrome/renderer/renderer_webkitclient_impl.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
« no previous file with comments | « chrome/common/webblobregistry_impl.cc ('k') | chrome/renderer/renderer_webkitclient_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/renderer_webkitclient_impl.h
===================================================================
--- chrome/renderer/renderer_webkitclient_impl.h (revision 57697)
+++ chrome/renderer/renderer_webkitclient_impl.h (working copy)
@@ -68,6 +68,8 @@
virtual WebKit::WebGraphicsContext3D* createGraphicsContext3D();
virtual WebKit::WebGLES2Context* createGLES2Context();
+ virtual WebKit::WebBlobRegistry* blobRegistry();
+
private:
bool CheckPreparsedJsCachingEnabled() const;
@@ -98,6 +100,8 @@
scoped_ptr<WebKit::WebIDBFactory> web_idb_factory_;
scoped_ptr<WebFileSystemImpl> web_file_system_;
+
+ scoped_ptr<WebKit::WebBlobRegistry> blob_registry_;
};
#endif // CHROME_RENDERER_RENDERER_WEBKITCLIENT_IMPL_H_
« no previous file with comments | « chrome/common/webblobregistry_impl.cc ('k') | chrome/renderer/renderer_webkitclient_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698