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

Unified Diff: chrome/test/data/webui/net_internals/net_internals_test.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/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',
« chrome/browser/net/net_log_logger.cc ('K') | « chrome/test/data/webui/net_internals/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698