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

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

Issue 16398011: Show ExtensionID->OriginSyncStatus in syncfs-internals WebUI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to test mac compile Created 7 years, 6 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 23994e749c9f4db84fce7bb2567e3b84e31b2302..152471ab5d9958d95efa15080bf06e4fb77172ad 100644
--- a/chrome/browser/resources/sync_file_system_internals/main.html
+++ b/chrome/browser/resources/sync_file_system_internals/main.html
@@ -23,11 +23,15 @@ found in the LICENSE file.
<tabbox>
<tabs>
<tab>Sync Service</tab>
+ <tab>Extension Statuses</tab>
</tabs>
<tabpanels>
<tabpanel>
<include src="sync_service.html" />
</tabpanel>
+ <tabpanel>
+ <include src="extension_statuses.html" />
+ </tabpanel>
</tabpanels>
</tabbox>

Powered by Google App Engine
This is Rietveld 408576698