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

Side by Side Diff: chrome/browser/resources/net_internals/http_cache_view.html

Issue 9521006: Cleanup some classnames to match style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase off head Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id=http-cache-view-tab-content> 1 <div id=http-cache-view-tab-content class=content-box>
2 <div class="hideOnLoadLog"> 2 <div class="hideOnLoadLog">
3 <h4>Entries</h4> 3 <h4>Entries</h4>
4 <a href="chrome://view-http-cache" target=_blank>Explore cache entries</a> 4 <a href="chrome://view-http-cache" target=_blank>Explore cache entries</a>
5 </div> 5 </div>
6 6
7 <h4>Statistics</h4> 7 <h4>Statistics</h4>
8 <div id=http-cache-view-cache-stats>Nothing loaded yet.</div> 8 <div id=http-cache-view-cache-stats>Nothing loaded yet.</div>
9 </div> 9 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/hsts_view.html ('k') | chrome/browser/resources/net_internals/http_pipeline_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698