| 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),
|
|
|