Temporarily add a CHECK() in the PushMessagingDispatcher.
commit357e0fb21ceae8c2659f2d77ad152604a2540713
authorpeter <peter@chromium.org>
Fri, 29 May 2015 15:30:08 +0000 (29 08:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 29 May 2015 15:30:34 +0000 (29 15:30 +0000)
tree85da9f63694d866336c55ffcc9560b1c119112c7
parent127726f3338413c739edb943e867a61259043d1a
Temporarily add a CHECK() in the PushMessagingDispatcher.

We're seeing a few crashes in regards to responses (both successful and
unsuccessful ones) to push subscriptions from documents where the
associated callbacks cannot be located anymore. The CHECK() will give
us slightly more context about what's going on in triaging this.

BUG=492720

Review URL: https://codereview.chromium.org/1154013008

Cr-Commit-Position: refs/heads/master@{#331976}
content/renderer/push_messaging/push_messaging_dispatcher.cc