| Index: content/browser/renderer_host/resource_dispatcher_host.cc
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host.cc b/content/browser/renderer_host/resource_dispatcher_host.cc
|
| index 0e3fafc1273b0523c604b4dfdcd2dce76a6fcdc5..bec4e7c5b2b3dfe2020871c139a13ec668d39561 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host.cc
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host.cc
|
| @@ -1587,6 +1587,7 @@ static int GetCertID(net::URLRequest* request, int child_id) {
|
|
|
| void ResourceDispatcherHost::NotifyResponseStarted(net::URLRequest* request,
|
| int child_id) {
|
| + DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| // Notify the observers on the IO thread.
|
| FOR_EACH_OBSERVER(Observer, observer_list_, OnRequestStarted(this, request));
|
|
|
|
|