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

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

Issue 2349623003: Add a Browser Task Scheduler Chrome Internals Page (Closed)
Patch Set: Remvoe allowexternalscript Created 4 years, 3 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/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..6680b628fb399600eb585a97a7053f3f3cb00104
--- /dev/null
+++ b/chrome/browser/resources/task_scheduler_internals/index.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Task Scheduler Internals</title>
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
+ </head>
+ <body>
+ <h1>Task Scheduler Internals</h1>
+ Status: $i18n{status}
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698