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

Unified Diff: chrome/browser/resources/net_internals/main.js

Issue 1019303002: Revert "Prevent chrome://net-internals/#export from flickering" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months 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
« no previous file with comments | « chrome/browser/resources/net_internals/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/main.js
diff --git a/chrome/browser/resources/net_internals/main.js b/chrome/browser/resources/net_internals/main.js
index ea0465f358d1c8d980e787b1b86ec9d79ad3b184..37621cdbd39b0b8266e1f34310672fe6ea8b78b4 100644
--- a/chrome/browser/resources/net_internals/main.js
+++ b/chrome/browser/resources/net_internals/main.js
@@ -203,8 +203,6 @@ var MainView = (function() {
addTab(PrerenderView);
addTab(CrosView);
- // To prevent flickering, main-tab-contents initially has display = none.
- $('main-tab-contents').style.display = '';
this.tabSwitcher_.showMenuItem(CrosView.TAB_ID, cr.isChromeOS);
},
« no previous file with comments | « chrome/browser/resources/net_internals/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698