From b146506ba947346179a58439459848bb5ef2e048 Mon Sep 17 00:00:00 2001 From: iseki Date: Thu, 28 Aug 2014 03:38:47 -0700 Subject: Modify test case to support streaming operation in sandbox file system. BUG=360088 TEST=content_unittests passed Review URL: https://codereview.chromium.org/491813002 Cr-Commit-Position: refs/heads/master@{#292358} --- webkit/browser/fileapi/sandbox_file_system_backend.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit') diff --git a/webkit/browser/fileapi/sandbox_file_system_backend.cc b/webkit/browser/fileapi/sandbox_file_system_backend.cc index 4aa9595..8ab5de1 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 -- cgit v1.1