Index: chrome/browser/resources/net_internals/source_entry.js |
diff --git a/chrome/browser/resources/net_internals/source_entry.js b/chrome/browser/resources/net_internals/source_entry.js |
index 1a244dbebdecbefe4c02726ab137ead6634d2f73..389369b2b934188f0b874dcdc3abc8701f73f995 100644 |
--- a/chrome/browser/resources/net_internals/source_entry.js |
+++ b/chrome/browser/resources/net_internals/source_entry.js |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -88,6 +88,7 @@ var SourceEntry = (function() { |
break; |
case LogSourceType.HOST_RESOLVER_IMPL_REQUEST: |
case LogSourceType.HOST_RESOLVER_IMPL_JOB: |
+ case LogSourceType.HOST_RESOLVER_IMPL_PROC_TASK: |
this.description_ = e.params.host; |
break; |
case LogSourceType.DISK_CACHE_ENTRY: |