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

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

Issue 2008007: Replace about:net-internals with the javascript-based frontend.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: improve a comment Created 10 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 | « chrome/browser/net/view_net_internals_job_factory.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/httpcacheview.js
===================================================================
--- chrome/browser/resources/net_internals/httpcacheview.js (revision 46826)
+++ chrome/browser/resources/net_internals/httpcacheview.js (working copy)
@@ -40,7 +40,7 @@
var li = addNode(keysOl, 'li');
var a = addNode(li, 'a');
addTextNode(a, key);
- a.href = 'chrome://net-internals/view-cache/' + key;
+ a.href = 'chrome://view-http-cache/' + key;
a.target = '_blank';
}
};
« no previous file with comments | « chrome/browser/net/view_net_internals_job_factory.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698