From d87f845659b2e54622850acfc780b7fc07cfed6c Mon Sep 17 00:00:00 2001 From: "eroman@chromium.org" Date: Fri, 28 May 2010 20:09:30 +0000 Subject: Change the default tab on net-internals from "requests" to "data". (This way don't need to give separate instructions on bug reports depending on what version of chrome they are using, can still just say "copy dump from about:net-internals") Review URL: http://codereview.chromium.org/2365002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48517 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/resources/net_internals/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/resources') diff --git a/chrome/browser/resources/net_internals/main.js b/chrome/browser/resources/net_internals/main.js index 368ebf3..d0428fe 100644 --- a/chrome/browser/resources/net_internals/main.js +++ b/chrome/browser/resources/net_internals/main.js @@ -95,8 +95,8 @@ function onLoaded() { var aNode = document.getElementById(tabIds[i]); anchorMap[aNode.hash] = tabIds[i]; } - // Default the empty hash to the requests tab. - anchorMap['#'] = anchorMap[''] = 'requestsTab'; + // Default the empty hash to the data tab. + anchorMap['#'] = anchorMap[''] = 'dataTab'; window.onhashchange = function() { var tabId = anchorMap[window.location.hash]; -- cgit v1.1