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

Unified Diff: webkit/browser/fileapi/file_system_context.cc

Issue 21116008: FileAPI: Move FileSystemQuotaUtil related functions into SandboxContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up Created 7 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
« no previous file with comments | « webkit/browser/fileapi/file_system_context.h ('k') | webkit/browser/fileapi/sandbox_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/file_system_context.cc
diff --git a/webkit/browser/fileapi/file_system_context.cc b/webkit/browser/fileapi/file_system_context.cc
index ecbb3eabeb2ccbc32cb1f66465e51461927ef5f4..7ae261ae8b60405e02184157f318c4ec7ca85654 100644
--- a/webkit/browser/fileapi/file_system_context.cc
+++ b/webkit/browser/fileapi/file_system_context.cc
@@ -113,10 +113,10 @@ FileSystemContext::FileSystemContext(
quota_manager_proxy,
task_runners_->file_task_runner(),
partition_path,
- special_storage_policy)),
- sandbox_backend_(new SandboxFileSystemBackend(
- sandbox_context_.get(),
+ special_storage_policy,
options)),
+ sandbox_backend_(new SandboxFileSystemBackend(
+ sandbox_context_.get())),
isolated_backend_(new IsolatedFileSystemBackend()),
additional_backends_(additional_backends.Pass()),
external_mount_points_(external_mount_points),
« no previous file with comments | « webkit/browser/fileapi/file_system_context.h ('k') | webkit/browser/fileapi/sandbox_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698