Index: chrome/browser/resources/about_invalidations.html |
diff --git a/chrome/browser/resources/about_invalidations.html b/chrome/browser/resources/about_invalidations.html |
index 7809bbd37416344b50aa2aa33b24d72c9df59be1..134ed4212f07c0ccf1040a8ca6c68a9523f7e33a 100644 |
--- a/chrome/browser/resources/about_invalidations.html |
+++ b/chrome/browser/resources/about_invalidations.html |
@@ -8,6 +8,7 @@ |
<script src="chrome://resources/js/util.js"></script> |
<script src="chrome://invalidations/about_invalidations.js"></script> |
<link rel="stylesheet" href="about_invalidations.css"> |
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
jungshik at Google
2014/12/10 07:57:57
I think you have to swap the two link tags above s
xdai1
2014/12/11 02:59:21
Done. And also did the same thing for other files.
|
</head> |
<body> |
<h1>Invalidations Debug Information</h1> |