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

Unified Diff: webkit/blob/mock_blob_url_request_context.h

Issue 11103027: Support filesystem files from BlobURLRequestJob (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Run tests on the main thread to satisfy Win bot Created 8 years, 2 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: webkit/blob/mock_blob_url_request_context.h
diff --git a/webkit/blob/mock_blob_url_request_context.h b/webkit/blob/mock_blob_url_request_context.h
index 9190db96204b6ca55aaf9c55dbcae423f9d79ff4..b89027c95e7c07c3ced8acb550a9cef39448c32c 100644
--- a/webkit/blob/mock_blob_url_request_context.h
+++ b/webkit/blob/mock_blob_url_request_context.h
@@ -9,13 +9,17 @@
#include "net/url_request/url_request_job.h"
#include "net/url_request/url_request_job_factory_impl.h"
+namespace fileapi {
+class FileSystemContext;
+}
+
namespace webkit_blob {
class BlobStorageController;
class MockBlobURLRequestContext : public net::URLRequestContext {
public:
- MockBlobURLRequestContext();
+ MockBlobURLRequestContext(fileapi::FileSystemContext* file_system_context);
virtual ~MockBlobURLRequestContext();
BlobStorageController* blob_storage_controller() const {

Powered by Google App Engine
This is Rietveld 408576698