| 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..2e0f4ca31998221872915af9d3117f118462a9af 100644
|
| --- a/chrome/browser/resources/net_internals/events_view.css
|
| +++ b/chrome/browser/resources/net_internals/events_view.css
|
| @@ -1,5 +1,5 @@
|
| /*
|
| -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.
|
| */
|
| @@ -96,6 +96,10 @@ found in the LICENSE file.
|
| color: green;
|
| }
|
|
|
| +#events-view-source-list-tbody .source_FILESTREAM {
|
| + color: #700070;
|
| +}
|
| +
|
| #events-view-source-list-tbody .source_NONE {
|
| color: red;
|
| }
|
|
|