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

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

Issue 14765003: Gets the initial sync service status. In the next patch I'll make the syncfs-internals dashboard a … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: arv review #1 Created 7 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/sync_service.html
diff --git a/chrome/browser/resources/sync_file_system_internals/sync_service.html b/chrome/browser/resources/sync_file_system_internals/sync_service.html
new file mode 100644
index 0000000000000000000000000000000000000000..c3f776bbec6f525bb71a5bc7d377cc91ff0998e7
--- /dev/null
+++ b/chrome/browser/resources/sync_file_system_internals/sync_service.html
@@ -0,0 +1,11 @@
+<script src="chrome://syncfs-internals/sync_service.js"></script>
+
+<h2>Sync Service</h2>
+<table>
+ <tbody>
+ <tr>
+ <td>Service Status</td>
+ <td id="service-status">N/A</td>
+ </tr>
+ </tbody>
+</table>

Powered by Google App Engine
This is Rietveld 408576698