Index: chrome/browser/resources/net_internals/source_tracker.js |
=================================================================== |
--- chrome/browser/resources/net_internals/source_tracker.js (revision 126769) |
+++ chrome/browser/resources/net_internals/source_tracker.js (working copy) |
@@ -89,6 +89,8 @@ |
var logEntry = logEntries[e]; |
// Assign unique ID, if needed. |
+ // TODO(mmenke): Remove this, and all other code to handle 0 source |
+ // IDs when M19 hits stable. |
if (logEntry.source.id == 0) { |
logEntry.source.id = this.nextSourcelessEventId_; |
--this.nextSourcelessEventId_; |