Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1792)

Unified Diff: chrome/browser/net/passive_log_collector.h

Issue 2909016: DevTools & WebTiming : Migrate from PassiveLogCollector to dedicated LoadTimingObserver. (Closed)
Patch Set: Fixed tests. Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/net/load_timing_observer.cc ('k') | chrome/browser/net/passive_log_collector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/net/load_timing_observer.cc ('k') | chrome/browser/net/passive_log_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698