Revert "Prevent chrome://net-internals/#export from flickering"
This reverts commit b55be9ed. This broke layout of the filter box in the events tab. Reverted CL description: The problem: 1. Initially all the tabs are visible 2. A layout happens 3. index.js is run and it sets all the tabs to display: none This results in the flickering. By initially giving div main-tab-contents the style display: none and removing that in initTabs_() we can prevent the flickering. BUG=466068 Committed: https://crrev.com/b55be9ede35c10a2623c3c348768db92069d7f10 Cr-Commit-Position: refs/heads/master@{#320264} TBR=eroman@chromium.org, alexclarke1@chromium.org Review URL: https://codereview.chromium.org/1019303002 Cr-Commit-Position: refs/heads/master@{#321364}
Showing
Please register or sign in to comment