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

Unified Diff: chrome/browser/resources/media_internals.css

Issue 7273089: Display active audio streams on chrome://media-internals. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 months 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/media_internals.css
diff --git a/chrome/browser/resources/media_internals.css b/chrome/browser/resources/media_internals.css
new file mode 100644
index 0000000000000000000000000000000000000000..010a3fd4e982a60a1d94a9d4547386d53b9a9f69
--- /dev/null
+++ b/chrome/browser/resources/media_internals.css
@@ -0,0 +1,17 @@
+/*
+ * 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.
+ */
+
+.created {
+ color: blue;
+}
+
+.closed {
+ text-decoration: line-through;
+}
+
+.error {
+ color: red;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/media_internals.html » ('j') | chrome/browser/resources/media_internals.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698