| Index: webkit/browser/fileapi/sandbox_mount_point_provider.cc
|
| diff --git a/webkit/browser/fileapi/sandbox_mount_point_provider.cc b/webkit/browser/fileapi/sandbox_mount_point_provider.cc
|
| index 9d24b3f1f646be4d70609473988bb6691eb93c2d..5dbb078b10d3b67d3ce1b0b592378c53dbe6406b 100644
|
| --- a/webkit/browser/fileapi/sandbox_mount_point_provider.cc
|
| +++ b/webkit/browser/fileapi/sandbox_mount_point_provider.cc
|
| @@ -323,12 +323,6 @@ FileSystemOperation* SandboxMountPointProvider::CreateFileSystemOperation(
|
| operation_context->set_quota_limit_type(quota::kQuotaLimitTypeLimited);
|
| }
|
|
|
| - // Temporarily disable returning unlimited storage policy for non-PERSISTENT
|
| - // storage. Since it may hurt performance for all FileSystem operation.
|
| - if (url.type() != kFileSystemTypePersistent &&
|
| - operation_context->quota_limit_type() == quota::kQuotaLimitTypeUnlimited)
|
| - operation_context->set_quota_limit_type(quota::kQuotaLimitTypeLimited);
|
| -
|
| return new LocalFileSystemOperation(context, operation_context.Pass());
|
| }
|
|
|
|
|