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

Side by Side Diff: chrome\browser\sync\resources\about_sync.html

Issue 159728: Add browser/sync to the repository. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 </html> 2 </html>
3 <html id="t"> 3 <html id="t">
4 <head> 4 <head>
5 <title>About Sync</title> 5 <title>About Sync</title>
6 6
7 <style type="text/css"> 7 <style type="text/css">
8 body { 8 body {
9 font-size: 84%; 9 font-size: 84%;
10 font-family: Arial, Helvetica, sans-serif; 10 font-family: Arial, Helvetica, sans-serif;
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 </td> 156 </td>
157 <td class='number'> 157 <td class='number'>
158 <div jscontent="stat_value"></div> 158 <div jscontent="stat_value"></div>
159 </td> 159 </td>
160 </tr> 160 </tr>
161 </table> 161 </table>
162 </div> 162 </div>
163 </body> 163 </body>
164 </html> 164 </html>
165 165
OLDNEW
« no previous file with comments | « chrome\browser\sync\profile_sync_service_unittest.cc ('k') | chrome\browser\sync\resources\gaia_login.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698