summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/sync_file_system_internals/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/sync_file_system_internals/main.html')
-rw-r--r--chromium/chrome/browser/resources/sync_file_system_internals/main.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/sync_file_system_internals/main.html b/chromium/chrome/browser/resources/sync_file_system_internals/main.html
index 7ac81bcadde..12f92532a78 100644
--- a/chromium/chrome/browser/resources/sync_file_system_internals/main.html
+++ b/chromium/chrome/browser/resources/sync_file_system_internals/main.html
@@ -25,6 +25,7 @@ found in the LICENSE file.
<tabbox>
<tabs>
<tab>Sync Service</tab>
+ <tab>Task Log</tab>
<tab>Extension Statuses</tab>
<tab>File Metadata</tab>
<tab>Database Dump</tab>
@@ -34,6 +35,9 @@ found in the LICENSE file.
<include src="sync_service.html" />
</tabpanel>
<tabpanel>
+ <include src="task_log.html" />
+ </tabpanel>
+ <tabpanel>
<include src="extension_statuses.html" />
</tabpanel>
<tabpanel>