| Index: chrome/browser/net/passive_log_collector.h
|
| diff --git a/chrome/browser/net/passive_log_collector.h b/chrome/browser/net/passive_log_collector.h
|
| index 316aada160991162478142d48a69b6d81b7bdc15..7615b28eac29a4175deed3db5b3326e5d805dba6 100644
|
| --- a/chrome/browser/net/passive_log_collector.h
|
| +++ b/chrome/browser/net/passive_log_collector.h
|
| @@ -142,9 +142,6 @@ class PassiveLogCollector : public ChromeNetLog::Observer {
|
| virtual void Clear();
|
| virtual void AppendAllEntries(EntryList* out) const;
|
|
|
| - // Finds a source info with given id.
|
| - SourceInfo* GetSourceInfo(uint32 id);
|
| -
|
| #ifdef UNIT_TEST
|
| // Helper used to inspect the current state by unit-tests.
|
| // Retuns a copy of the source infos held by the tracker.
|
|
|