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

Unified Diff: chrome/browser/resources/net_internals/spdy-view.html

Issue 7531005: Rename the net_internals file names to include hyphens. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add some missing files Created 9 years, 5 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/spdy-view.html
===================================================================
--- chrome/browser/resources/net_internals/spdy-view.html (revision 94551)
+++ chrome/browser/resources/net_internals/spdy-view.html (working copy)
@@ -1,26 +0,0 @@
-<div id=spdyTabContent>
- <h4>SPDY Status</h4>
- <ul>
- <li>SPDY Enabled: <span id=spdyEnabledSpan>????</span></li>
- <li>Use Alternate Protocol: <span id=spdyUseAlternateProtocolSpan>????</span></li>
- <li>Force SPDY Always: <span id=spdyForceAlwaysSpan>????</span></li>
- <li>Force SPDY Over SSL: <span id=spdyForceOverSslSpan>????</span></li>
- <li>Next Protocols: <span id=spdyNextProtocolsSpan>????</span></li>
- </ul>
-
- <h4>SPDY sessions</h4>
- <!-- Only one of these two are shown -->
- <span id=spdySessionNoneSpan>None</span>
- <span id=spdySessionLinkSpan style="display: none;">
- <a href='#events&q=type:SPDY_SESSION%20is:active'>View live SPDY sessions</a>
- </span>
- <p>
- <div id=spdySessionDiv>
- </div>
- </p>
-
- <h4>Alternate Protocol Mappings</h4>
- <p />
- <div id=spdyAlternateProtocolMappingsDiv>
- </div>
-</div>
« no previous file with comments | « chrome/browser/resources/net_internals/sourcetracker.js ('k') | chrome/browser/resources/net_internals/spdy_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698