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

Side by Side Diff: components/sync/driver/resources/types.html

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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
« no previous file with comments | « components/sync/driver/resources/types.css ('k') | components/sync/driver/resources/types.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="type-counters-container-wrapper" jsskip="true"> 1 <div id="type-counters-container-wrapper" jsskip="true">
2 <div class="section"> 2 <div class="section">
3 <h2>Type Counters</h2> 3 <h2>Type Counters</h2>
4 <table id="type-counters-table"> 4 <table id="type-counters-table">
5 <thead> 5 <thead>
6 <tr> 6 <tr>
7 <th class='type'>Type</th> 7 <th class='type'>Type</th>
8 <th>Total Entries</th> 8 <th>Total Entries</th>
9 9
10 <th>Updates Received</th> 10 <th>Updates Received</th>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 42
43 <td jscontent="counters.numCommitsAttempted || 0">0</td> 43 <td jscontent="counters.numCommitsAttempted || 0">0</td>
44 <td jscontent="counters.numCommitsSuccess || 0">0</td> 44 <td jscontent="counters.numCommitsSuccess || 0">0</td>
45 <td jscontent="counters.numCommitsConflict || 0">0</td> 45 <td jscontent="counters.numCommitsConflict || 0">0</td>
46 <td jscontent="counters.numCommitsError || 0">0</td> 46 <td jscontent="counters.numCommitsError || 0">0</td>
47 </tr> 47 </tr>
48 </tbody> 48 </tbody>
49 </table> 49 </table>
50 </div> 50 </div>
51 </div> 51 </div>
OLDNEW
« no previous file with comments | « components/sync/driver/resources/types.css ('k') | components/sync/driver/resources/types.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698