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

Unified Diff: chrome/browser/resources/net_internals/index.html

Issue 7155031: Save net-internals log dumps directly to disk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
Index: chrome/browser/resources/net_internals/index.html
===================================================================
--- chrome/browser/resources/net_internals/index.html (revision 89253)
+++ chrome/browser/resources/net_internals/index.html (working copy)
@@ -274,7 +274,7 @@
Help: How to get data for bug reports?
</a>
</p>
- <button id=exportToText class=bigButton>Dump to text</button>
+ <button id=exportToText class=bigButton>Dump to file</button>
</div>
</div>
<div id=dataViewLoadDataDiv>
@@ -320,9 +320,6 @@
</tr>
</table>
- <pre id=exportedDataText></pre>
- </div>
-
<!-- START OF HELP TEXT -->
<script>
function displayHelpForBugDump() {

Powered by Google App Engine
This is Rietveld 408576698