| Index: chrome/browser/io_thread.cc
|
| ===================================================================
|
| --- chrome/browser/io_thread.cc (revision 126703)
|
| +++ chrome/browser/io_thread.cc (working copy)
|
| @@ -183,11 +183,8 @@
|
| virtual void OnIPAddressChanged() {
|
| VLOG(1) << "Observed a change to the network IP addresses";
|
|
|
| - net_log_->AddEntry(net::NetLog::TYPE_NETWORK_IP_ADDRESSES_CHANGED,
|
| - base::TimeTicks::Now(),
|
| - net::NetLog::Source(),
|
| - net::NetLog::PHASE_NONE,
|
| - NULL);
|
| + net_log_->AddGlobalEntry(net::NetLog::TYPE_NETWORK_IP_ADDRESSES_CHANGED,
|
| + NULL);
|
| }
|
|
|
| private:
|
|
|