| Index: net/disk_cache/file_posix.cc
|
| diff --git a/net/disk_cache/file_posix.cc b/net/disk_cache/file_posix.cc
|
| index 30c4a660b13777351dd0d1f4c6d38b6615aa01fd..37b810200763c4d989b9ebfbf1be76de52cfd018 100644
|
| --- a/net/disk_cache/file_posix.cc
|
| +++ b/net/disk_cache/file_posix.cc
|
| @@ -167,6 +167,11 @@ void File::WaitForPendingIO(int* num_pending_io) {
|
| base::RunLoop().RunUntilIdle();
|
| }
|
|
|
| +// Static.
|
| +void File::DropPendingIO() {
|
| +}
|
| +
|
| +
|
| File::~File() {
|
| if (IsValid())
|
| base::ClosePlatformFile(platform_file_);
|
|
|