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

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

Issue 10821058: Handle no volume in chrome://media-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/resources/media_internals/media_internals.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_internals.html
diff --git a/chrome/browser/resources/media_internals.html b/chrome/browser/resources/media_internals.html
index e84dba95f4dc15f5dc1244996b105d7487e6956b..691ebdbf170bf29b4cad42b22d9cde3f3cd51f21 100644
--- a/chrome/browser/resources/media_internals.html
+++ b/chrome/browser/resources/media_internals.html
@@ -9,6 +9,7 @@ found in the LICENSE file.
<link rel="stylesheet" href="media_internals/media_internals.css" />
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/ui.js"></script>
+ <script src="chrome://resources/js/util.js"></script>
James Hawkins 2012/07/31 16:49:07 util.js is already included in the src. This shou
sail 2012/07/31 16:51:51 ahh, that's actually including chrome/browser/reso
James Hawkins 2012/07/31 16:52:34 Gotcha, I should have read more carefully. SLGTM
<script src="chrome://media-internals/media_internals.js"></script>
<script src="chrome://media-internals/strings.js"></script>
<title>Media Internals</title>
« no previous file with comments | « no previous file | chrome/browser/resources/media_internals/media_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698