Index: chrome/browser/sync/resources/setup_flow.html |
=================================================================== |
--- chrome/browser/sync/resources/setup_flow.html (revision 0) |
+++ chrome/browser/sync/resources/setup_flow.html (revision 0) |
@@ -0,0 +1,19 @@ |
+<HTML id='t'> |
+<style type="text/css"> |
+</style> |
+<HEAD> |
+<TITLE></TITLE> |
+<script> |
+ function showMergeAndSync() { |
+ document.getElementById("login").style.display = "none"; |
+ document.getElementById("merge").style.display = "block"; |
+ } |
+</script> |
+</HEAD> |
+<BODY style="margin:0; border:0;"> |
+ <iframe id="login" frameborder="0" width="100%" scrolling="no" height="100%" |
+ src="cloudy://resources/gaialogin"></iframe> |
+ <iframe id="merge" frameborder="0" width="100%" scrolling="no" height="100%" |
+ src="cloudy://resources/mergeandsync" style="display:none"></iframe> |
+</BODY> |
+</HTML> |