Commit 0e460196 authored by tnagel's avatar tnagel Committed by Commit bot

Render base::File::Flush() doc more precise.

BUG=none

Review URL: https://codereview.chromium.org/658033003

Cr-Commit-Position: refs/heads/master@{#300239}
parent 3a9e7ea0
......@@ -249,7 +249,8 @@ class BASE_EXPORT File {
// doesn't exist, |false| is returned.
bool SetLength(int64 length);
// Flushes the buffers.
// Instructs the filesystem to flush the file to disk. (POSIX: fsync, Windows:
// FlushFileBuffers).
bool Flush();
// Updates the file times.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment