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

Side by Side Diff: chrome\browser\sync\resources\merge_and_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 <HEAD> 2 <HEAD>
3 <TITLE></TITLE> 3 <TITLE></TITLE>
4 <style type="text/css"> 4 <style type="text/css">
5 body,td,div,p,a,font,span {font-family: arial,sans-serif;} 5 body,td,div,p,a,font,span {font-family: arial,sans-serif;}
6 body { bgcolor:"#ffffff" } 6 body { bgcolor:"#ffffff" }
7 .gaia.le.button { font-family: Arial, Helvetica, sans-serif; font-size: smaller; } 7 .gaia.le.button { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
8 </style> 8 </style>
9 <script> 9 <script>
10 function advanceThrobber() { 10 function advanceThrobber() {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 value="Merge and sync" 57 value="Merge and sync"
58 onclick="acceptMergeAndSync();" /> 58 onclick="acceptMergeAndSync();" />
59 </td> 59 </td>
60 <td> 60 <td>
61 <input id="close" type="button" value="Abort" onclick="Close();"/> 61 <input id="close" type="button" value="Abort" onclick="Close();"/>
62 </td> 62 </td>
63 </tr> 63 </tr>
64 </table> 64 </table>
65 </BODY> 65 </BODY>
66 </HTML> 66 </HTML>
OLDNEW
« no previous file with comments | « chrome\browser\sync\resources\gaia_login.html ('k') | chrome\browser\sync\resources\new_tab_personalization.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698