Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / sync_internals / notifications.html
blob652fcd85c558521b485f6bf0e7ad04916a228c58
1 <script src="chrome://sync-internals/notifications.js"></script>
3 <style>
4 table#notificationInfo tr:nth-child(odd) {
5 background: #eff3ff;
7 </style>
9 <p id='notificationStateInfo'>
10 State: <span jscontent='notificationState'></span>
11 </p>
12 <table id='notificationInfo'>
13 <tr>
14 <th>Type</th>
15 <th>Total count</th>
16 <th>Session count</th>
17 <th>Payload</th>
18 </tr>
19 <tr jsselect='notifications'>
20 <td jscontent='type'></td>
21 <td jscontent='totalCount'></td>
22 <td jscontent='sessionCount'></td>
23 <td jscontent='payload'></td>
24 </tr>
25 </table>