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

Side by Side Diff: content/browser/resources/media/webrtc_internals.html

Issue 26930002: Use relative path for scripts loaded in content WebUI's (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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
« no previous file with comments | « content/browser/resources/media/media_internals.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>WebRTC Internals</title> 5 <title>WebRTC Internals</title>
6 <link rel="stylesheet" href="webrtc_internals.css"> 6 <link rel="stylesheet" href="webrtc_internals.css">
7 <script src="chrome://resources/js/util.js"></script> 7 <script src="chrome://resources/js/util.js"></script>
8 <script src="chrome://webrtc-internals/webrtc_internals.js"></script> 8 <script src="webrtc_internals.js"></script>
9 </head> 9 </head>
10 <body> 10 <body>
11 <h2>WebRTC Internals</h2> 11 <h2>WebRTC Internals</h2>
12 <p> 12 <p>
13 <ul id="peer-connections-list"> 13 <ul id="peer-connections-list">
14 </ul> 14 </ul>
15 </p> 15 </p>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW
« no previous file with comments | « content/browser/resources/media/media_internals.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698