| commit | 2ecb30baac7eed72a9729e0f7cdf84fe8cd7178d | [log] [tgz] |
|---|---|---|
| author | yhirano <yhirano@chromium.org> | Wed Jul 20 14:46:48 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 20 14:48:54 2016 |
| tree | 40e6d44a3d3bccf5cc7167e05cb41dffc5dfd400 | |
| parent | 941a0da7ed474756532e890f65a70ce960c9c3a9 [diff] |
[Stream] Notify ReadObserver of Stream abortion Currently there is no means to get notified when a content::Stream is aborted. As a result, when a fetch body stream created in a ServiceWorker is get errored, that error is not notified to the page. This CL fixes that problem by calling ReadObserver::OnDataAvailable when a content::Stream is aborted. BUG=627046 Review-Url: https://codereview.chromium.org/2146773002 Cr-Commit-Position: refs/heads/master@{#406553}