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

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

Issue 10332238: net-internals: Fix cookies not being hidden, when saving after capturing is stopped (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Oops Created 8 years, 7 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 | « no previous file | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/import_view.js
===================================================================
--- chrome/browser/resources/net_internals/import_view.js (revision 137673)
+++ chrome/browser/resources/net_internals/import_view.js (working copy)
@@ -146,7 +146,7 @@
},
onLoadLogFile: function(logFile, event) {
- var result = log_util.loadLogFile(event.target.result, logFile.fileName);
+ var result = log_util.loadLogFile(event.target.result, logFile.name);
this.setLoadFileStatus(result, false);
},
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698