Chromium Code Reviews| Index: chrome/browser/resources/net_internals/main.js |
| =================================================================== |
| --- chrome/browser/resources/net_internals/main.js (revision 112023) |
| +++ chrome/browser/resources/net_internals/main.js (working copy) |
| @@ -102,6 +102,8 @@ |
| false, cr.isChromeOS); |
| tabs.addTab(PrerenderView.TAB_HANDLE_ID, PrerenderView.getInstance(), |
| false, true); |
| + tabs.addTab(CrosView.TAB_HANDLE_ID, CrosView.getInstance(), |
| + false, cr.isChromeOS); |
|
achuithb
2011/12/01 19:14:55
This is the code that ensures that this tab only s
|
| // 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. |