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

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 print hooks and inheritance. 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 type="text/javascript" src="media_internals/item_store.js"></script>
12 <script type="text/javascript" src="media_internals/media_internals.js"></sc ript>
Evan Stade 2011/07/11 21:31:52 80
Scott Franklin 2011/07/12 22:35:13 Unfortunately, grit's resource flattening regexen
10 <title>Media Internals</title> 13 <title>Media Internals</title>
11 </head> 14 </head>
12 <body> 15 <body>
13 <p> 16 <div id="audio-streams"></div>
14 Placeholder page for
15 <a href="chrome://media-internals">chrome://media-internals</a>.
16 </p>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698