Index: chrome/browser/net/passive_log_collector.cc |
diff --git a/chrome/browser/net/passive_log_collector.cc b/chrome/browser/net/passive_log_collector.cc |
index 86af06dbf368f1e59a25879976e882b8dae1cbe9..15ec6c0318a3a00a840adc6210f479820116d0a6 100644 |
--- a/chrome/browser/net/passive_log_collector.cc |
+++ b/chrome/browser/net/passive_log_collector.cc |
@@ -869,7 +869,7 @@ PassiveLogCollector::DowloadTracker::DoAddEntry( |
const ChromeNetLog::Entry& entry, |
SourceInfo* out_info) { |
AddEntryToSourceInfo(entry, out_info); |
- if (entry.type == net::NetLog::TYPE_DOWNLOAD_FILE_OPENED && |
+ if (entry.type == net::NetLog::TYPE_DOWNLOAD_ITEM_ACTIVE && |
Randy Smith (Not in Mondays)
2012/02/03 18:23:37
Sorry, my lack of knowledge of netlog, but what is
mmenke
2012/02/03 18:27:54
Two purposes: To avoid keeping spammy events arou
|
entry.phase == net::NetLog::PHASE_END) { |
return ACTION_MOVE_TO_GRAVEYARD; |
} |