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

Unified Diff: chrome/browser/resources/sync_file_system_internals/main.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/main.html
diff --git a/chrome/browser/resources/sync_file_system_internals/main.html b/chrome/browser/resources/sync_file_system_internals/main.html
index 7ac81bcadde328acdcfbf8aae5a0846e2e2e1f91..12f92532a78b1d8d7b9bb4593aa6528d126055a9 100644
--- a/chrome/browser/resources/sync_file_system_internals/main.html
+++ b/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>

Powered by Google App Engine
This is Rietveld 408576698