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

Side by Side Diff: chrome/browser/resources/media_internals.html

Issue 7273089: Display active audio streams on chrome://media-internals. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removing silliness. Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <!-- 3 <!--
4 Copyright (c) 2011 The Chromium Authors. All rights reserved. 4 Copyright (c) 2011 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head> 8 <head>
9 <link rel="stylesheet" href="webui.css"> 9 <link rel="stylesheet" href="webui.css" />
10 <link rel="stylesheet" href="media_internals/media_internals.css" />
11 <script src="shared/js/cr.js"></script>
12 <script src="media_internals/item_store.js"></script>
13 <script src="media_internals/media_internals.js"></script>
10 <title>Media Internals</title> 14 <title>Media Internals</title>
11 </head> 15 </head>
12 <body> 16 <body>
13 <p> 17 <h2>Active audio streams:</h2>
14 Placeholder page for 18 <div id="audio-streams"></div>
15 <a href="chrome://media-internals">chrome://media-internals</a>.
16 </p>
17 </body> 19 </body>
18 </html> 20 </html>
OLDNEW
« no previous file with comments | « chrome/browser/media/media_internals.cc ('k') | chrome/browser/resources/media_internals/item_store.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698