Chromium Code Reviews

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

Issue 5228004: Switch the about:gpu implementation from an about handler to dom_ui.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/resources/net_internals/index.html
===================================================================
--- chrome/browser/resources/net_internals/index.html (revision 68021)
+++ chrome/browser/resources/net_internals/index.html (working copy)
@@ -6,6 +6,7 @@
-->
<head>
<link rel="stylesheet" href="main.css">
+ <link rel="stylesheet" href="tabswitcherview.css">
<script src="util.js"></script>
<script src="view.js"></script>
<script src="tabswitcherview.js"></script>

Powered by Google App Engine