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

Unified Diff: chrome/browser/resources/sync_file_system_internals/extension_statuses.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
« no previous file with comments | « no previous file | chrome/browser/resources/sync_file_system_internals/extension_statuses.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_file_system_internals/extension_statuses.html
diff --git a/chrome/browser/resources/sync_file_system_internals/extension_statuses.html b/chrome/browser/resources/sync_file_system_internals/extension_statuses.html
new file mode 100644
index 0000000000000000000000000000000000000000..a445a7d71f09c49f1ce514ddd44582748df7ee34
--- /dev/null
+++ b/chrome/browser/resources/sync_file_system_internals/extension_statuses.html
@@ -0,0 +1,12 @@
+<script src="chrome://syncfs-internals/extension_statuses.js"></script>
+
+<button id="refresh-extensions-statuses">Refresh</button>
+<table>
+ <thead>
+ <tr>
+ <td>Extension ID</td>
+ <td>Sync Status</td>
+ </tr>
+ </thead>
+ <tbody id="extension-entries"></tbody>
+</table>
« no previous file with comments | « no previous file | chrome/browser/resources/sync_file_system_internals/extension_statuses.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698