Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
|
xiyuan
2016/09/21 05:01:38
Do we need to worry about i18n ? If so, this shoul
robliao
2016/09/21 22:32:03
This is an internal page for Chromium. Doesn't app
| |
| 3 <!-- | |
| 4 Copyright 2016 The Chromium Authors. All rights reserved. | |
| 5 Use of this source code is governed by a BSD-style license that can be | |
| 6 found in the LICENSE file. | |
| 7 --> | |
| 8 <head> | |
| 9 <title>Task Scheduler Internals</title> | |
| 10 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | |
| 11 <script src="chrome://resources/js/load_time_data.js"></script> | |
| 12 <script src="chrome://taskscheduler-internals/strings.js"></script> | |
| 13 </head> | |
| 14 <body> | |
| 15 <h1>Task Scheduler Internals</h1> | |
|
xiyuan
2016/09/21 05:01:38
Do we need to worry about i18n? If so, the text sh
robliao
2016/09/21 22:32:03
See above.
| |
| 16 Status: <span i18n-content="status"></span> | |
| 17 <script src="chrome://resources/js/i18n_template.js"></script> | |
| 18 </body> | |
| 19 </html> | |
| OLD | NEW |