| Index: content/browser/debugger/devtools_netlog_observer.cc
|
| ===================================================================
|
| --- content/browser/debugger/devtools_netlog_observer.cc (revision 140213)
|
| +++ content/browser/debugger/devtools_netlog_observer.cc (working copy)
|
| @@ -46,10 +46,6 @@
|
| // The events that the Observer is interested in only occur on the IO thread.
|
| if (!BrowserThread::CurrentlyOn(BrowserThread::IO))
|
| return;
|
| -
|
| - // The events that the Observer is interested in only occur on the IO thread.
|
| - if (!BrowserThread::CurrentlyOn(BrowserThread::IO))
|
| - return;
|
| if (source.type == net::NetLog::SOURCE_URL_REQUEST)
|
| OnAddURLRequestEntry(type, time, source, phase, params);
|
| else if (source.type == net::NetLog::SOURCE_HTTP_STREAM_JOB)
|
|
|