cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / net_internals / bandwidth_view.html
blobdb30bebe9a2dbf7bd79f55e1775596075a19ed33
1 <!-- Bandwidth info -->
2 <div id=bandwidth-view-tab-content class=content-box>
3 <table class="styled-table">
4 <thead>
5 <tr>
6 <th></th>
7 <th>Session</th>
8 <th>Total</th>
9 </tr>
10 </thead>
11 <tbody>
12 <tr jsselect="rows">
13 <td jscontent="title"></td>
14 <td jscontent="sessionValue"></td>
15 <td jscontent="historicValue"></td>
16 </tr>
17 </tbody>
18 </table>
19 </div>