| Index: chrome/browser/resources/net_internals/index.html
|
| ===================================================================
|
| --- chrome/browser/resources/net_internals/index.html (revision 74346)
|
| +++ chrome/browser/resources/net_internals/index.html (working copy)
|
| @@ -147,6 +147,15 @@
|
| </p>
|
| </div>
|
| <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>
|
| @@ -157,6 +166,11 @@
|
| <div id=spdySessionDiv>
|
| </div>
|
| </p>
|
| +
|
| + <h4>Alternate Protocol Mappings</h4>
|
| + <p />
|
| + <div id=spdyAlternateProtocolMappingsDiv>
|
| + </div>
|
| </div>
|
| <div id=httpCacheTabContent>
|
| <h4>Entries</h4>
|
|
|