summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/sync_internals/notifications.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/sync_internals/notifications.html')
-rw-r--r--chromium/chrome/browser/resources/sync_internals/notifications.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/chromium/chrome/browser/resources/sync_internals/notifications.html b/chromium/chrome/browser/resources/sync_internals/notifications.html
deleted file mode 100644
index 652fcd85c55..00000000000
--- a/chromium/chrome/browser/resources/sync_internals/notifications.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<script src="chrome://sync-internals/notifications.js"></script>
-
-<style>
-table#notificationInfo tr:nth-child(odd) {
- background: #eff3ff;
-}
-</style>
-
-<p id='notificationStateInfo'>
- State: <span jscontent='notificationState'></span>
-</p>
-<table id='notificationInfo'>
- <tr>
- <th>Type</th>
- <th>Total count</th>
- <th>Session count</th>
- <th>Payload</th>
- </tr>
- <tr jsselect='notifications'>
- <td jscontent='type'></td>
- <td jscontent='totalCount'></td>
- <td jscontent='sessionCount'></td>
- <td jscontent='payload'></td>
- </tr>
-</table>