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

Side by Side Diff: chrome\browser\sync\resources\gaia_login.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 <style type="text/css"><!-- 2 <style type="text/css"><!--
3 body,td,div,p,a,font,span {font-family: arial,sans-serif;} 3 body,td,div,p,a,font,span {font-family: arial,sans-serif;}
4 body { bgcolor:"#ffffff" } 4 body { bgcolor:"#ffffff" }
5 A:link {color:#0000cc; } 5 A:link {color:#0000cc; }
6 A:visited { color:#551a8b; } 6 A:visited { color:#551a8b; }
7 A:active { color:#ff0000; } 7 A:active { color:#ff0000; }
8 .form-noindent {background-color: #ffffff; border: #C3D9FF 1px solid} 8 .form-noindent {background-color: #ffffff; border: #C3D9FF 1px solid}
9 --></style> 9 --></style>
10 <head> 10 <head>
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 </form> 322 </form>
323 </td> 323 </td>
324 </tr> 324 </tr>
325 </table> 325 </table>
326 <div align="right"> 326 <div align="right">
327 <input type="button" name="cancel" value="Cancel" onclick="CloseDialog();"/ > 327 <input type="button" name="cancel" value="Cancel" onclick="CloseDialog();"/ >
328 </div> 328 </div>
329 </table> 329 </table>
330 </body> 330 </body>
331 </html> 331 </html>
OLDNEW
« no previous file with comments | « chrome\browser\sync\resources\about_sync.html ('k') | chrome\browser\sync\resources\merge_and_sync.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698