DescriptionMake sure we close the file_handle when we create (but not open) a new file
1. Add FileUtilProxy::Create that does not leave a file_handle opened.
2. Update the file_util_operation to use FileUtilProxy::Create instead of FileUtilProxy::CreateOrOpen so that no other tasks get queued in before we close the handle.
BUG=58424, 58473
TEST=fast/filesystem/
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=62192
Patch Set 1 #Patch Set 2 : fixed initialization order #
Total comments: 1
Patch Set 3 : changed the flag name #
Total comments: 2
Messages
Total messages: 9 (0 generated)
|