| Index: base/files/file_posix.cc
|
| diff --git a/base/files/file_posix.cc b/base/files/file_posix.cc
|
| index 532ae3f0a935fbc111f2b92bb6a41217287f0e50..3d2d54a6632edb7d560c89f81292585663e8e480 100644
|
| --- a/base/files/file_posix.cc
|
| +++ b/base/files/file_posix.cc
|
| @@ -511,9 +511,10 @@ void File::DoInitialize(const FilePath& path, uint32_t flags) {
|
| }
|
| #endif // !defined(OS_NACL)
|
|
|
| -bool File::DoFlush() {
|
| +bool File::Flush() {
|
| ThreadRestrictions::AssertIOAllowed();
|
| DCHECK(IsValid());
|
| + SCOPED_FILE_TRACE("Flush");
|
|
|
| #if defined(OS_NACL)
|
| NOTIMPLEMENTED(); // NaCl doesn't implement fsync.
|
|
|