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

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

Issue 17644006: Move files under webkit/browser/fileapi/... to chrome/browser/chromeos/fileapi/... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments. 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 | « chrome/chrome_tests_unit.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 83de4cce63569a98e79f163cf026af0530c34a6c..eaacb7dc3e2af7af5727e4def7980c43e49b253d 100644
--- a/content/browser/fileapi/browser_file_system_helper.cc
+++ b/content/browser/fileapi/browser_file_system_helper.cc
@@ -66,7 +66,10 @@ scoped_refptr<fileapi::FileSystemContext> CreateFileSystemContext(
// Setting up additional mount point providers.
ScopedVector<fileapi::FileSystemMountPointProvider> additional_providers;
GetContentClient()->browser()->GetAdditionalFileSystemMountPointProviders(
- profile_path, &additional_providers);
+ profile_path,
+ special_storage_policy,
+ external_mount_points,
+ &additional_providers);
return new fileapi::FileSystemContext(
task_runners.Pass(),
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698