| Index: webkit/browser/fileapi/sandbox_file_system_backend.cc
|
| diff --git a/webkit/browser/fileapi/sandbox_file_system_backend.cc b/webkit/browser/fileapi/sandbox_file_system_backend.cc
|
| index 4aa9595d23a28def0d4b2c0c79abd3ccda9ec6d3..8ab5de15a9d5e49f4addbe9b4e33ccc71357fb6a 100644
|
| --- a/webkit/browser/fileapi/sandbox_file_system_backend.cc
|
| +++ b/webkit/browser/fileapi/sandbox_file_system_backend.cc
|
| @@ -128,7 +128,7 @@ bool SandboxFileSystemBackend::SupportsStreaming(
|
|
|
| bool SandboxFileSystemBackend::HasInplaceCopyImplementation(
|
| storage::FileSystemType type) const {
|
| - return true;
|
| + return false;
|
| }
|
|
|
| scoped_ptr<storage::FileStreamReader>
|
|
|