DescriptionServiceWorker: OnSimpleEventFinished could be called after timed out
The mojo responses can be reached to the callback even after the PendingRequest
is removed. That didn't happen on the legacy IPC because the receiver object was
owned by PendingRequest. This patch is to allow the situation that the
PendingRequest is null when the response has received.
BUG=676984
Review-Url: https://codereview.chromium.org/2628553002
Cr-Commit-Position: refs/heads/master@{#443173}
Committed: https://chromium.googlesource.com/chromium/src/+/64efa56e5bb67106cea0eb4033b866d9217d8324
Patch Set 1 #Patch Set 2 : Updated a unittest #
Total comments: 14
Patch Set 3 : Updated comments and removed ' != NULL' #
Total comments: 20
Patch Set 4 : Update comments #
Total comments: 4
Patch Set 5 : Fix comments #Messages
Total messages: 24 (14 generated)
|