| 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..3b0c7bb45bc093b90fb6479f7498ed41df687bfb 100644
|
| --- a/chrome/browser/resources/net_internals/events_view.css
|
| +++ b/chrome/browser/resources/net_internals/events_view.css
|
| @@ -1,8 +1,8 @@
|
| -/*
|
| -Copyright (c) 2011 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.
|
| -*/
|
| +/**
|
| + * 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.
|
| + */
|
|
|
| #events-view-filter-box {
|
| background: #efefef;
|
| @@ -74,6 +74,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_REQUEST,
|
| +#events-view-source-list-tbody .source_HOST_RESOLVER_IMPL_PROC_TASK,
|
| #events-view-source-list-tbody .source_ASYNC_HOST_RESOLVER_REQUEST,
|
| #events-view-source-list-tbody .source_DNS_TRANSACTION {
|
| color: #206060;
|
|
|