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

Unified Diff: chrome/browser/resources/net_internals/main.js

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/main.js
===================================================================
--- chrome/browser/resources/net_internals/main.js (revision 171385)
+++ chrome/browser/resources/net_internals/main.js (working copy)
@@ -106,6 +106,8 @@
false, true);
tabs.addTab(CrosView.TAB_HANDLE_ID, CrosView.getInstance(),
false, cr.isChromeOS);
+ tabs.addTab(MobileView.TAB_HANDLE_ID, MobileView.getInstance(),
+ false, cr.isMobile);
// Build a map from the anchor name of each tab handle to its "tab ID".
// We will consider navigations to the #hash as a switch tab request.

Powered by Google App Engine
This is Rietveld 408576698