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

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

Issue 11467013: First cut at UI for saving net_internals data into a file for mobile (Android and Ios). (Closed) Base URL: https://src.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 171385)
+++ chrome/browser/resources/net_internals/category_tabs.html (working copy)
@@ -20,5 +20,7 @@
<a href="#bandwidth" id=tab-handle-bandwidth>Bandwidth</a>
<a href="#prerender" id=tab-handle-prerender>Prerender</a>
<a href="#chromeos" id=tab-handle-chromeos>ChromeOS</a>
+ <!-- Tab is only shown on mobile -->
+ <a href="#mobile" id=tab-handle-mobile>Mobile</a>
</div>

Powered by Google App Engine
This is Rietveld 408576698