Chromium Code Reviews| 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..02cc29b98d5f20a7f7a411f554064c98f29eefbd |
| --- /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> |
| + |
| +<table> |
| + <thead> |
| + <tr> |
| + <td>Extension ID</td> |
| + <td>Sync Status</td> |
| + </tr> |
| + </thead> |
| + <tbody id="extension-entries"></tbody> |
| +</table> |
| + |
|
nhiroki
2013/06/07 06:31:25
nit: Can you remove this blank line?
calvinlo
2013/06/07 06:40:29
Done.
|