| 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 a27371271570af3e211a5527d68b389d5e4608c6..5d4e48fe29576b936ad0014e2ca29ae47c0a7eb6 100644
|
| --- a/content/browser/fileapi/browser_file_system_helper.cc
|
| +++ b/content/browser/fileapi/browser_file_system_helper.cc
|
| @@ -64,6 +64,9 @@ scoped_refptr<fileapi::FileSystemContext> CreateFileSystemContext(
|
|
|
| // Setting up additional mount point providers.
|
| ScopedVector<fileapi::FileSystemMountPointProvider> additional_providers;
|
| + GetContentClient()->browser()->GetAdditionalFileSystemMountPointProviders(
|
| + &additional_providers);
|
| +
|
| return new fileapi::FileSystemContext(
|
| task_runners.Pass(),
|
| external_mount_points,
|
|
|