Index: chrome/browser/resources/net_internals/category_tabs.html |
=================================================================== |
--- chrome/browser/resources/net_internals/category_tabs.html (revision 173622) |
+++ chrome/browser/resources/net_internals/category_tabs.html (working copy) |
@@ -8,6 +8,8 @@ |
<a href="#timeline" id=tab-handle-timeline>Timeline</a> |
<a href="#dns" id=tab-handle-dns>DNS</a> |
<a href="#sockets" id=tab-handle-sockets>Sockets</a> |
+ <!-- Tab is only shown on mobile --> |
+ <a href="#mobile" id=tab-handle-mobile>Mobile</a> |
<a href="#spdy" id=tab-handle-spdy>SPDY</a> |
<a href="#httpPipeline" id=tab-handle-http-pipeline>Pipelining</a> |
<a href="#httpCache" id=tab-handle-http-cache>Cache</a> |