| Index: chrome/browser/resources/net_internals/logs-view.html
|
| ===================================================================
|
| --- chrome/browser/resources/net_internals/logs-view.html (revision 94551)
|
| +++ chrome/browser/resources/net_internals/logs-view.html (working copy)
|
| @@ -1,19 +0,0 @@
|
| -<!-- ============================ Logs View ============================ -->
|
| -<div id=logsTabContent style="display: none;">
|
| - <h4>Network Log Data</h4>
|
| - <button id=logsGlobalShowBtn class=logsGlobalButton>Show all...</button>
|
| - <button id=logsGlobalHideBtn class=logsGlobalButton>Hide all...</button>
|
| - <button id=logsRefreshBtn class=logsGlobalButton>Refresh logs...</button>
|
| - <div style="clear: both"></div>
|
| - <table width=100% class=styledTable>
|
| - <thead>
|
| - <tr id=logTableHeaderRow>
|
| - <th width=10%>Log Name</th>
|
| - <th width=8%></th>
|
| - <th width=82%>Log</th>
|
| - </tr>
|
| - </thead>
|
| - <tbody id=logTable>
|
| - </tbody>
|
| - </table>
|
| -</div>
|
|
|