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

Unified Diff: webkit/fileapi/file_system_context.h

Issue 10829147: Make MediaFileUtil run on thread pool. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update comment Created 8 years, 5 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/fileapi/file_system_context.h
diff --git a/webkit/fileapi/file_system_context.h b/webkit/fileapi/file_system_context.h
index 12906a977a0dd05bfbfe704a93e2ebe84916cb8f..8c40c5458bc9ff929fd4f07e5aeb0c84c49afef4 100644
--- a/webkit/fileapi/file_system_context.h
+++ b/webkit/fileapi/file_system_context.h
@@ -58,6 +58,7 @@ class FILEAPI_EXPORT FileSystemContext
// false if the current task is not running on the thread that allows
// blocking file operations (like SequencedWorkerPool implementation does).
FileSystemContext(
+ base::SequencedTaskRunner* media_task_runner,
base::SequencedTaskRunner* file_task_runner,
base::SingleThreadTaskRunner* io_task_runner,
quota::SpecialStoragePolicy* special_storage_policy,

Powered by Google App Engine
This is Rietveld 408576698