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

Unified Diff: chrome/browser/resources/sync_file_system_internals/task_log.html

Issue 304993004: [SyncFS] Add TaskLog tab on chrome://syncfs-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/sync_file_system_internals/task_log.html
diff --git a/chrome/browser/resources/sync_file_system_internals/task_log.html b/chrome/browser/resources/sync_file_system_internals/task_log.html
new file mode 100644
index 0000000000000000000000000000000000000000..9de27fe903b6e83ed4cf6b16382581fb650efae9
--- /dev/null
+++ b/chrome/browser/resources/sync_file_system_internals/task_log.html
@@ -0,0 +1,14 @@
+<script src="chrome://syncfs-internals/task_log.js"></script>
+
+<h3>Task Log</h3>
+<table>
+ <thead>
+ <tr>
+ <td>Duration</td>
+ <td>Task</td>
+ <td>Result</td>
+ <td>Details</td>
+ </tr>
+ </thead>
+ <tbody id="task-log-entries"></tbody>
+</table>

Powered by Google App Engine
This is Rietveld 408576698