| Index: chrome/browser/resources/chromeos/slow.html
|
| diff --git a/chrome/browser/resources/chromeos/slow.html b/chrome/browser/resources/chromeos/slow.html
|
| index e4e3bc2e74556a3b6b275c8f2923c48eeca61854..9f3470fd04a06f0eac81ef8ec93166acc0b1d61f 100644
|
| --- a/chrome/browser/resources/chromeos/slow.html
|
| +++ b/chrome/browser/resources/chromeos/slow.html
|
| @@ -4,6 +4,7 @@
|
| <meta charset="utf-8">
|
| <meta name="viewport" content="width=device-width, initial-scale=1.0,
|
| maximum-scale=1.0, user-scalable=no">
|
| +<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| <link rel="stylesheet" href="chrome://resources/css/widgets.css">
|
| <link rel="stylesheet" href="slow.css">
|
| <script src="chrome://resources/js/load_time_data.js"></script>
|
| @@ -13,7 +14,7 @@
|
| <script src="chrome://slow/slow.js"></script>
|
| <script src="chrome://slow/strings.js"></script>
|
| </head>
|
| -<body i18n-values=".style.fontFamily:fontfamily;">
|
| +<body>
|
| <div id="container" class="container">
|
| <div i18n-content="slowDescription"></div>
|
| <br>
|
|
|