| Index: ppapi/proxy/file_io_resource.cc
|
| diff --git a/ppapi/proxy/file_io_resource.cc b/ppapi/proxy/file_io_resource.cc
|
| index a35c9ece3d7ebb11169a71e58ebea1bd2c070136..715757421e1ed326aa235622e881231c0825cead 100644
|
| --- a/ppapi/proxy/file_io_resource.cc
|
| +++ b/ppapi/proxy/file_io_resource.cc
|
| @@ -404,10 +404,8 @@ void FileIOResource::Close() {
|
| if (file_handle_)
|
| file_handle_ = NULL;
|
|
|
| - // TODO(tzik): Post |max_written_offset_| and |append_mode_write_amount_|
|
| - // separately by using FileGrowth after the IPC signature changed.
|
| Post(BROWSER, PpapiHostMsg_FileIO_Close(
|
| - max_written_offset_ + append_mode_write_amount_));
|
| + FileGrowth(max_written_offset_, append_mode_write_amount_)));
|
| }
|
|
|
| int32_t FileIOResource::RequestOSFileHandle(
|
|
|