Index: webkit/fileapi/sandbox_mount_point_provider.cc |
=================================================================== |
--- webkit/fileapi/sandbox_mount_point_provider.cc (revision 128756) |
+++ webkit/fileapi/sandbox_mount_point_provider.cc (working copy) |
@@ -651,9 +651,6 @@ |
// only if --allow-file-access-from-files flag is given. |
if (url.SchemeIs("http") || url.SchemeIs("https")) |
return true; |
- if (url.SchemeIsFileSystem()) |
- return url.inner_url() && IsAllowedScheme(*url.inner_url()); |
- |
for (size_t i = 0; |
i < file_system_options_.additional_allowed_schemes().size(); |
++i) { |