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

Unified Diff: chrome/browser/resources/net_internals/events_view.css

Issue 8965025: Refactoring of job dispatch in HostResolverImpl in preparation for DnsClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed NET_EXPORT_PRIVATE from template. Created 9 years 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
Index: chrome/browser/resources/net_internals/events_view.css
diff --git a/chrome/browser/resources/net_internals/events_view.css b/chrome/browser/resources/net_internals/events_view.css
index 914c72b3ff6b08509b5dac609c13d825356e27da..508a5f1f7a42c8b2e84dccffb66cedc4f505e010 100644
--- a/chrome/browser/resources/net_internals/events_view.css
+++ b/chrome/browser/resources/net_internals/events_view.css
@@ -73,6 +73,7 @@ found in the LICENSE file.
}
#events-view-source-list-tbody .source_HOST_RESOLVER_IMPL_JOB,
+#events-view-source-list-tbody .source_HOST_RESOLVER_IMPL_PROC_JOB,
mmenke 2011/12/21 16:22:58 nit: Just to be consistent with the ordering else
szym 2011/12/28 01:24:10 Done.
#events-view-source-list-tbody .source_HOST_RESOLVER_IMPL_REQUEST,
#events-view-source-list-tbody .source_ASYNC_HOST_RESOLVER_REQUEST,
#events-view-source-list-tbody .source_DNS_TRANSACTION {

Powered by Google App Engine
This is Rietveld 408576698