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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/sync_file_system_internals/extension_statuses.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <script src="chrome://syncfs-internals/extension_statuses.js"></script>
2
3 <button id="refresh-extensions-statuses">Refresh</button>
4 <table>
5 <thead>
6 <tr>
7 <td>Extension ID</td>
8 <td>Sync Status</td>
9 </tr>
10 </thead>
11 <tbody id="extension-entries"></tbody>
12 </table>
OLDNEW
« 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