DescriptionPepper: Use an adaptor to invoke FileSystemOperationRunner::OpenFile
PepperFileIOHost keeps a weak pointer of FileSystemOperationRunner so when
it goes away it cannot delete the runner as expected by the fileapi
implementation.
This CL adds an adapter class in the middle so that when OpenFile completes
after PepperFileIOHost destruction, the file is bounced back to another
thread to be closed.
BUG=377599
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274782
Patch Set 1 : #
Total comments: 5
Patch Set 2 : Review comments #Patch Set 3 : Invoke on_close_callback #
Total comments: 2
Patch Set 4 : add base:: #
Messages
Total messages: 9 (0 generated)
|