Chromium Code Reviews| Index: chrome/test/data/webui/net_internals/main.js |
| =================================================================== |
| --- chrome/test/data/webui/net_internals/main.js (revision 171385) |
| +++ chrome/test/data/webui/net_internals/main.js (working copy) |
| @@ -38,7 +38,8 @@ |
| logs: cr.isChromeOS, |
| prerender: true, |
| bandwidth: true, |
| - chromeos: cr.isChromeOS |
| + chromeos: cr.isChromeOS, |
| + mobile: cr.isMobile, |
| }; |
| NetInternalsTest.checkTabHandleVisibility(tabVisibilityState, true); |