| Index: chrome/browser/resources/chromeos/network.html
|
| diff --git a/chrome/browser/resources/chromeos/network.html b/chrome/browser/resources/chromeos/network.html
|
| index cfcb7c3d5a07461c05feaf4f3df7e120c69cb9f0..1e9b11bf8d38b74bd64bd3ad3a616014df6637ee 100644
|
| --- a/chrome/browser/resources/chromeos/network.html
|
| +++ b/chrome/browser/resources/chromeos/network.html
|
| @@ -31,6 +31,8 @@
|
| <h3>Networks: </h3>
|
| <table id="network-status-table">
|
| <tr class="network-status-table-header">
|
| + <td>Path</td>
|
| + <td>GUID</td>
|
| <td>Name</td>
|
| <td>Type</td>
|
| <td>Status</td>
|
| @@ -44,10 +46,6 @@
|
| <td>Roaming</td>
|
| <td>OOC</td>
|
| <td>Strength</td>
|
| - <td>Auto</td>
|
| - <td>Fav</td>
|
| - <td>Pri</td>
|
| - <td>Path</td>
|
| </tr>
|
| </table>
|
| <script src="chrome://resources/js/i18n_template2.js"></script>
|
|
|