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

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

Issue 9580034: [polish] Make link targets on about:net-internals open in new window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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
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 671dd957fabae6600006a8be41bfb7055b6d65f4..355ba280fc5db83481b4c61524b61dd2f4543511 100644
--- a/chrome/browser/resources/net_internals/main.js
+++ b/chrome/browser/resources/net_internals/main.js
@@ -188,7 +188,8 @@ var MainView = (function() {
stopCapturing: function() {
g_browser.disable();
- document.styleSheets[0].insertRule('.hideOnLoadLog { display: none; }');
+ document.styleSheets[0].insertRule(
+ '.hide-when-not-capturing { display: none; }');
}
};

Powered by Google App Engine
This is Rietveld 408576698