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

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

Issue 160542: Rolling back 22317 (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 22320)
+++ chrome/browser/sync/resources/setup_flow.html (working copy)
@@ -1,19 +0,0 @@
-<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