| Index: chrome/browser/net/chrome_net_log.h
|
| ===================================================================
|
| --- chrome/browser/net/chrome_net_log.h (revision 141317)
|
| +++ chrome/browser/net/chrome_net_log.h (working copy)
|
| @@ -42,10 +42,7 @@
|
|
|
| private:
|
| // NetLog implementation:
|
| - virtual void AddEntry(EventType type,
|
| - const Source& source,
|
| - EventPhase phase,
|
| - const scoped_refptr<EventParameters>& params) OVERRIDE;
|
| + virtual void OnAddEntry(const net::NetLog::Entry& entry) OVERRIDE;
|
|
|
| // Called whenever an observer is added or removed, or has its log level
|
| // changed. Must have acquired |lock_| prior to calling.
|
|
|