| Index: chrome/browser/net/net_log_logger.h
|
| ===================================================================
|
| --- chrome/browser/net/net_log_logger.h (revision 141317)
|
| +++ chrome/browser/net/net_log_logger.h (working copy)
|
| @@ -34,11 +34,7 @@
|
| void StartObserving(net::NetLog* net_log);
|
|
|
| // net::NetLog::ThreadSafeObserver implementation:
|
| - virtual void OnAddEntry(net::NetLog::EventType type,
|
| - const base::TimeTicks& time,
|
| - const net::NetLog::Source& source,
|
| - net::NetLog::EventPhase phase,
|
| - net::NetLog::EventParameters* params) OVERRIDE;
|
| + virtual void OnAddEntry(const net::NetLog::Entry& entry) OVERRIDE;
|
|
|
| private:
|
| ScopedStdioHandle file_;
|
|
|