Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2821)

Unified Diff: chrome/browser/resources/net_internals/main.js

Issue 7155031: Save net-internals log dumps directly to disk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Response to kinuko's comments Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/net_internals/index.html ('k') | webkit/fileapi/file_system_path_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/browser/resources/net_internals/index.html ('k') | webkit/fileapi/file_system_path_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698