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

Unified Diff: webkit/fileapi/file_system_dir_url_request_job.h

Issue 6471019: Stackable file_util for FileAPIs. Sample code for discussion. Incomplete. Cannot be compiled. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed the Patch Set 3 before reflecting the comments. -UtilBase can be built and works. Created 9 years, 10 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 | « no previous file | webkit/fileapi/file_system_dir_url_request_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_dir_url_request_job.h
diff --git a/webkit/fileapi/file_system_dir_url_request_job.h b/webkit/fileapi/file_system_dir_url_request_job.h
index 1d438c4636458b489d477b7f9e6eb6261ac855de..20125f3163caf9895ccd3e6a72bbcb99b500e6d6 100644
--- a/webkit/fileapi/file_system_dir_url_request_job.h
+++ b/webkit/fileapi/file_system_dir_url_request_job.h
@@ -16,6 +16,7 @@
#include "base/scoped_callback_factory.h"
#include "base/task.h"
#include "net/url_request/url_request_job.h"
+#include "webkit/fileapi/file_system_operation_context.h"
namespace fileapi {
class FileSystemPathManager;
@@ -57,6 +58,7 @@ class FileSystemDirURLRequestJob : public net::URLRequestJob {
ScopedRunnableMethodFactory<FileSystemDirURLRequestJob> method_factory_;
base::ScopedCallbackFactory<FileSystemDirURLRequestJob> callback_factory_;
scoped_refptr<base::MessageLoopProxy> file_thread_proxy_;
+ scoped_ptr<FileSystemOperationContext> file_system_operation_context_;
DISALLOW_COPY_AND_ASSIGN(FileSystemDirURLRequestJob);
};
« no previous file with comments | « no previous file | webkit/fileapi/file_system_dir_url_request_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698