| Index: chrome/browser/chromeos/file_system_provider/operations/write_file.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/write_file.cc b/chrome/browser/chromeos/file_system_provider/operations/write_file.cc
|
| index c893eff40f62a19602c7d220b7ca0ff4be98d06b..df4c10ada5c86c600c4e688a4196f84469d1c3e6 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/write_file.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/write_file.cc
|
| @@ -40,7 +40,7 @@ bool WriteFile::Execute(int request_id) {
|
| scoped_ptr<base::DictionaryValue> values(new base::DictionaryValue);
|
| values->SetInteger("openRequestId", file_handle_);
|
| values->SetDouble("offset", offset_);
|
| - values->SetInteger("length", length_);
|
| + // Length is not passed directly since it can be accessed via data.byteLength.
|
|
|
| DCHECK(buffer_.get());
|
| values->Set(
|
|
|