| Index: webkit/fileapi/file_system_context.cc
|
| diff --git a/webkit/fileapi/file_system_context.cc b/webkit/fileapi/file_system_context.cc
|
| index d4dffc26fed6a887fa6d0bffb34884b808f0090b..82da15e7a9d825fed753d1a991d826034783e1ed 100644
|
| --- a/webkit/fileapi/file_system_context.cc
|
| +++ b/webkit/fileapi/file_system_context.cc
|
| @@ -62,7 +62,6 @@ bool FileSystemContext::IsStorageUnlimited(const GURL& origin) {
|
| // is file, or if unlimited quota for this process was explicitly requested,
|
| // return true.
|
| return unlimited_quota_ ||
|
| - (allow_file_access_from_files_ && origin.SchemeIsFile()) ||
|
| (special_storage_policy_.get() &&
|
| special_storage_policy_->IsStorageUnlimited(origin));
|
| }
|
|
|