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

Unified Diff: content/browser/fileapi/browser_file_system_helper.cc

Issue 18668003: SyncFS: Introduce SyncFileSystemBackend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: content/browser/fileapi/browser_file_system_helper.cc
diff --git a/content/browser/fileapi/browser_file_system_helper.cc b/content/browser/fileapi/browser_file_system_helper.cc
index 49447405e20ac315d9fac92fa05eac4da2db9c55..4e8b9ae7eeafccd5a3a48f1ed1d6327a9c8b1d5c 100644
--- a/content/browser/fileapi/browser_file_system_helper.cc
+++ b/content/browser/fileapi/browser_file_system_helper.cc
@@ -69,6 +69,9 @@ scoped_refptr<fileapi::FileSystemContext> CreateFileSystemContext(
profile_path,
special_storage_policy,
external_mount_points,
+ quota_manager_proxy,
+ task_runners.get(),
+ CreateBrowserFileSystemOptions(is_incognito),
&additional_providers);
scoped_refptr<fileapi::FileSystemContext> file_system_context =

Powered by Google App Engine
This is Rietveld 408576698