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

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

Issue 7474013: Extract the CSS for the net_internals EventsView and LogsView to separate files. Also rename thes... (Closed) Base URL: svn://chrome-svn/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
Index: chrome/browser/resources/net_internals/index.html
===================================================================
--- chrome/browser/resources/net_internals/index.html (revision 94612)
+++ chrome/browser/resources/net_internals/index.html (working copy)
@@ -8,6 +8,8 @@
<head i18n-values="dir:textdirection;">
<include src="../content_security_policy.html"/>
<link rel="stylesheet" href="main.css">
+ <link rel="stylesheet" href="events_view.css">
+ <link rel="stylesheet" href="logs_view.css">
<link rel="stylesheet" href="tab_switcher_view.css">
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://resources/js/cr.js"></script>
« no previous file with comments | « chrome/browser/resources/net_internals/events_view.js ('k') | chrome/browser/resources/net_internals/logs_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698