| Index: chrome/browser/resources/net_internals/index.html
|
| ===================================================================
|
| --- chrome/browser/resources/net_internals/index.html (revision 46859)
|
| +++ chrome/browser/resources/net_internals/index.html (working copy)
|
| @@ -99,10 +99,8 @@
|
| </div>
|
| <!-- Import/Export data -->
|
| <div id=dataTabContent>
|
| - <button id=exportToText><b>Click here to generate bug report data</b><br/>(Copy paste the result and attach to bug)</button>
|
| - <br/>
|
| - <br/>
|
| - <button id=exportToJson>Export data to JSON</button>
|
| + <button id=exportToText><b>Dump to text</b></button>
|
| + <pre id=exportedDataText></pre>
|
| </div>
|
| <!-- Connection tests -->
|
| <div id=testTabContent>
|
|
|