DescriptionPepper: Add append support to FileIO.
This change adds a PP_FILEOPENFLAG_APPEND flag to PP_FileOpenFlags which will
force all writes to be appended to the end of the file instead of the current
file position. This flag is mutually exclusive with PP_FILEOPENFLAG_WRITE.
BUG=242383
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205817
Patch Set 1 #
Total comments: 2
Patch Set 2 : Added version 1.2 / M29 to IDL. #
Total comments: 1
Patch Set 3 : Add version annotation to IDL. #
Total comments: 1
Patch Set 4 : Comment: M29 -> Chrome 29. #
Messages
Total messages: 11 (0 generated)
|