| Index: chrome/test/data/webui/net_internals/net_internals_test.js
|
| ===================================================================
|
| --- chrome/test/data/webui/net_internals/net_internals_test.js (revision 171385)
|
| +++ chrome/test/data/webui/net_internals/net_internals_test.js (working copy)
|
| @@ -255,7 +255,8 @@
|
| logs: LogsView.TAB_HANDLE_ID,
|
| prerender: PrerenderView.TAB_HANDLE_ID,
|
| bandwidth: BandwidthView.TAB_HANDLE_ID,
|
| - chromeos: CrosView.TAB_HANDLE_ID
|
| + chromeos: CrosView.TAB_HANDLE_ID,
|
| + mobile: MobileView.TAB_HANDLE_ID
|
| };
|
|
|
| assertEquals(typeof hashToTabHandleIdMap[hash], 'string',
|
|
|