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

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

Issue 2085005: Removed the "Reload" button from the HTTP cache tab of the net-internals page... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
Index: chrome/browser/resources/net_internals/index.html
===================================================================
--- chrome/browser/resources/net_internals/index.html (revision 47239)
+++ chrome/browser/resources/net_internals/index.html (working copy)
@@ -90,12 +90,11 @@
<!-- Sections TODO -->
<div id=socketsTabContent>TODO: display socket information (outstanding connect jobs)</div>
<div id=httpCacheTabContent>
- <input type=button value="Reload" id=reloadHttpCacheListing />
+ <h4>Entries</h4>
+ <a href="chrome://view-http-cache" target=_blank>Explore cache entries</a>
+
<h4>Statistics</h4>
<div id=httpCacheStats>Nothing loaded yet.</div>
-
- <h4>Entries</h4>
- <div id=httpCacheListing>Nothing loaded yet.</div>
</div>
<!-- Import/Export data -->
<div id=dataTabContent>
« no previous file with comments | « chrome/browser/resources/net_internals/httpcacheview.js ('k') | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698