| 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.
|
|
|