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

Unified Diff: webkit/fileapi/file_system_context.cc

Issue 14265022: [Quota][FileAPI] Add quota policy to FileSystemOperationContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move to SandboxMountPointProvider Created 7 years, 8 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.cc
diff --git a/webkit/fileapi/file_system_context.cc b/webkit/fileapi/file_system_context.cc
index 14d20d28262aec1630a2ccad621a90a5c8dc655e..478da0263d1ee786fb8c9e674e283846e5d705c4 100644
--- a/webkit/fileapi/file_system_context.cc
+++ b/webkit/fileapi/file_system_context.cc
@@ -71,7 +71,8 @@ FileSystemContext::FileSystemContext(
quota_manager_proxy,
task_runners_->file_task_runner(),
partition_path,
- options)),
+ options,
+ special_storage_policy)),
isolated_provider_(new IsolatedMountPointProvider()),
additional_providers_(additional_providers.Pass()),
external_mount_points_(external_mount_points),

Powered by Google App Engine
This is Rietveld 408576698