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 0527b14a79e8bba7bf75a7e25a5d38a6dd72c6a1..129e90605819ac0109d7346da666d07eb9cd6943 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()); |
} |