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

Side by Side Diff: chrome\browser\sync\resources\setup_flow.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 id='t'> 1 <HTML id='t'>
2 <style type="text/css"> 2 <style type="text/css">
3 </style> 3 </style>
4 <HEAD> 4 <HEAD>
5 <TITLE></TITLE> 5 <TITLE></TITLE>
6 <script> 6 <script>
7 function showMergeAndSync() { 7 function showMergeAndSync() {
8 document.getElementById("login").style.display = "none"; 8 document.getElementById("login").style.display = "none";
9 document.getElementById("merge").style.display = "block"; 9 document.getElementById("merge").style.display = "block";
10 } 10 }
11 </script> 11 </script>
12 </HEAD> 12 </HEAD>
13 <BODY style="margin:0; border:0;"> 13 <BODY style="margin:0; border:0;">
14 <iframe id="login" frameborder="0" width="100%" scrolling="no" height="100%" 14 <iframe id="login" frameborder="0" width="100%" scrolling="no" height="100%"
15 src="cloudy://resources/gaialogin"></iframe> 15 src="cloudy://resources/gaialogin"></iframe>
16 <iframe id="merge" frameborder="0" width="100%" scrolling="no" height="100%" 16 <iframe id="merge" frameborder="0" width="100%" scrolling="no" height="100%"
17 src="cloudy://resources/mergeandsync" style="display:none"></iframe> 17 src="cloudy://resources/mergeandsync" style="display:none"></iframe>
18 </BODY> 18 </BODY>
19 </HTML> 19 </HTML>
OLDNEW
« no previous file with comments | « chrome\browser\sync\resources\new_tab_personalization.html ('k') | chrome\browser\sync\sync_status_ui_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698