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

Side by Side 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: Initial patch for review 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <script src="chrome://syncfs-internals/sync_service.js"></script>
2
3 <h2>Sync Service</h2>
4 <table>
5 <tbody>
6 <tr>
7 <td>Service Status</td>
8 <td id="service-status">N/A</td>
9 </tr>
10 </tbody>
11 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698