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

Unified Diff: chrome/browser/resources/net_internals/index.html

Issue 7515001: Fix chrome://net-internals as broken by typo in 93953. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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 | « no previous file | 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/index.html
===================================================================
--- chrome/browser/resources/net_internals/index.html (revision 94108)
+++ chrome/browser/resources/net_internals/index.html (working copy)
@@ -9,7 +9,7 @@
<include src="../content_security_policy.html"/>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="tabswitcherview.css">
- <script src="chrome://resources/js/util.js"</script>
+ <script src="chrome://resources/js/util.js"></script>
<script src="chrome://net-internals/index.js"></script>
<script src="chrome://net-internals/strings.js"></script>
</head>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698