| Index: content/child/resource_dispatcher.cc
|
| diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
|
| index cf56a77c8a0556d01b64afb1d40e1bbba3732faa..69bc04b87d679331912685a0496dc8b841621a45 100644
|
| --- a/content/child/resource_dispatcher.cc
|
| +++ b/content/child/resource_dispatcher.cc
|
| @@ -253,6 +253,7 @@ void ResourceDispatcher::OnReceivedData(int request_id,
|
|
|
| if (!request_info->blocked_response || !alternative_data.empty()) {
|
| if (request_info->threaded_data_provider) {
|
| + DCHECK(alternative_data.empty());
|
| request_info->threaded_data_provider->OnReceivedDataOnForegroundThread(
|
| data_ptr, data_length, encoded_data_length);
|
| // A threaded data provider will take care of its own ACKing, as the
|
|
|