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

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

Issue 11635023: First cut at UI for saving net_logs data into a temporary file on (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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/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>

Powered by Google App Engine
This is Rietveld 408576698