| Index: chrome/browser/net/chrome_net_log_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/net/chrome_net_log_unittest.cc (revision 126769)
|
| +++ chrome/browser/net/chrome_net_log_unittest.cc (working copy)
|
| @@ -37,9 +37,7 @@
|
| };
|
|
|
| void AddEvent(ChromeNetLog* net_log) {
|
| - net::NetLog::Source source(net::NetLog::SOURCE_SOCKET, net_log->NextID());
|
| - net_log->AddEntry(net::NetLog::TYPE_SOCKET_ALIVE, base::TimeTicks(),
|
| - source, net::NetLog::PHASE_BEGIN, NULL);
|
| + net_log->AddGlobalEntry(net::NetLog::TYPE_CANCELLED, NULL);
|
| }
|
|
|
| // A thread that waits until an event has been signalled before calling
|
|
|