| Index: chrome/browser/resources/webrtc_internals/webrtc_internals.html
|
| diff --git a/chrome/browser/resources/webrtc_internals/webrtc_internals.html b/chrome/browser/resources/webrtc_internals/webrtc_internals.html
|
| index 5d085c875ed195129fb06eb7dcd3d9e5d53a82b2..af2a380521b5f8b8c2969c2030cfc42701c0bf73 100644
|
| --- a/chrome/browser/resources/webrtc_internals/webrtc_internals.html
|
| +++ b/chrome/browser/resources/webrtc_internals/webrtc_internals.html
|
| @@ -3,13 +3,11 @@
|
| <head>
|
| <meta charset="utf-8">
|
| <title>WebRTC Internals</title>
|
| + <script src="chrome://resources/js/util.js"></script>
|
| <script src="chrome://webrtc-internals/webrtc_internals.js"></script>
|
| </head>
|
| <body>
|
| - <p>
|
| - <span id="peer-connections-count">0</span>
|
| - <span> PeerConnection(s) in total</span>
|
| - </p>
|
| + <h2>WebRTC Internals</h2>
|
| <p>
|
| <ul id="peer-connections-list">
|
| </ul>
|
|
|