Index: chrome/browser/resources/net_internals/main.js |
=================================================================== |
--- chrome/browser/resources/net_internals/main.js (revision 89253) |
+++ chrome/browser/resources/net_internals/main.js (working copy) |
@@ -73,8 +73,8 @@ |
// Create a view which will display import/export options to control the |
// captured data. |
- var dataView = new DataView('dataTabContent', 'exportedDataText', |
- 'exportToText', 'securityStrippingCheckbox', |
+ var dataView = new DataView('dataTabContent', 'dataViewDownloadIframe', |
+ 'exportToFile', 'securityStrippingCheckbox', |
'byteLoggingCheckbox', 'passivelyCapturedCount', |
'activelyCapturedCount', 'dataViewDeleteAll', |
'dataViewDumpDataDiv', 'dataViewLoadDataDiv', |