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

Unified Diff: chrome/browser/sync/resources/setup_flow.html

Issue 160598: Add files to browser/sync. (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 side-by-side diff with in-line comments
Download patch
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>
« 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