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

Side by Side Diff: components/sync/driver/resources/about.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/about.css ('k') | components/sync/driver/resources/about.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 1
2 <div id="status"> 2 <div id="status">
3 <div id="dump"> 3 <div id="dump">
4 <button id="dump-status">Dump status</button> 4 <button id="dump-status">Dump status</button>
5 <input type="checkbox" id="include-ids"> 5 <input type="checkbox" id="include-ids">
6 Include Identifiers 6 Include Identifiers
7 </input> 7 </input>
8 </div> 8 </div>
9 <div id="import"> 9 <div id="import">
10 <button id="import-status">Import status</button> 10 <button id="import-status">Import status</button>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 <h2>Actionable Error</h2> 64 <h2>Actionable Error</h2>
65 <table id="actionableError"> 65 <table id="actionableError">
66 <tr jsselect="actionable_error"> 66 <tr jsselect="actionable_error">
67 <td jscontent="stat_name"></td> 67 <td jscontent="stat_name"></td>
68 <td jscontent="stat_value"></td> 68 <td jscontent="stat_value"></td>
69 </tr> 69 </tr>
70 </table> 70 </table>
71 </p> 71 </p>
72 </div> 72 </div>
73 </div> 73 </div>
OLDNEW
« no previous file with comments | « components/sync/driver/resources/about.css ('k') | components/sync/driver/resources/about.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698