DescriptionFix occasional crash in TryNextRequest
If chrome is shut down, then a user deletes a request from a
notification, the scheduler callback will not be set, and we could
crash trying to inform it. To fix this, when we start, set an
empty scheduler callback to receive the call, so we don't try
to call through a nullptr.
BUG=657111
Committed: https://crrev.com/1cc1225e5bcaeef6cfb059a479c8b0a492460cb7
Cr-Commit-Position: refs/heads/master@{#426847}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 9 (4 generated)
|