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

Unified Diff: webkit/browser/fileapi/syncable/canned_syncable_file_system.cc

Issue 16466006: Deprecate media_task_runner() from FileSystemTaskRunners (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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 | « webkit/browser/fileapi/file_system_task_runners.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/syncable/canned_syncable_file_system.cc
diff --git a/webkit/browser/fileapi/syncable/canned_syncable_file_system.cc b/webkit/browser/fileapi/syncable/canned_syncable_file_system.cc
index 5173a9afb8b200d9d7ba60ddd4932042b30df3d8..e8d118131b6651815c2e049a9dba9835d55ce93a 100644
--- a/webkit/browser/fileapi/syncable/canned_syncable_file_system.cc
+++ b/webkit/browser/fileapi/syncable/canned_syncable_file_system.cc
@@ -209,7 +209,6 @@ void CannedSyncableFileSystem::SetUp() {
file_system_context_ = new FileSystemContext(
make_scoped_ptr(
new fileapi::FileSystemTaskRunners(io_task_runner_.get(),
- file_task_runner_.get(),
file_task_runner_.get())),
fileapi::ExternalMountPoints::CreateRefCounted().get(),
storage_policy.get(),
« no previous file with comments | « webkit/browser/fileapi/file_system_task_runners.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698