Chromium Code Reviews| Index: chrome/browser/resources/task_scheduler_internals/index.html |
| diff --git a/chrome/browser/resources/task_scheduler_internals/index.html b/chrome/browser/resources/task_scheduler_internals/index.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ab40dd89454dd9d394adbe89bb2610d44a719d54 |
| --- /dev/null |
| +++ b/chrome/browser/resources/task_scheduler_internals/index.html |
| @@ -0,0 +1,19 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<!-- |
| +Copyright 2016 The Chromium Authors. All rights reserved. |
| +Use of this source code is governed by a BSD-style license that can be |
| +found in the LICENSE file. |
| +--> |
|
Dan Beam
2016/09/23 18:08:59
you don't need this (very few other html files hav
robliao
2016/09/23 21:45:10
Sounds like a cleanup is in order. 3829 hits on ht
|
| + <head> |
| + <title>Task Scheduler Internals</title> |
| + <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| + <script src="chrome://resources/js/load_time_data.js"></script> |
| + <script src="chrome://taskscheduler-internals/strings.js"></script> |
| + </head> |
| + <body> |
| + <h1>Task Scheduler Internals</h1> |
| + Status: <span i18n-content="status"></span> |
|
Dan Beam
2016/09/23 18:09:00
Status: <span>$i18n{status}</span>
robliao
2016/09/23 21:45:10
Nice! This is exactly what I want. Done.
|
| + <script src="chrome://resources/js/i18n_template.js"></script> |
|
Dan Beam
2016/09/23 18:09:00
don't use this, use $i18n{}
robliao
2016/09/23 21:45:10
Done.
|
| + </body> |
| +</html> |