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

Unified Diff: chrome/browser/resources/sync_promo/sync_promo.js

Issue 10831273: Handle refresh on sync setup page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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/resources/sync_promo/sync_promo.js
diff --git a/chrome/browser/resources/sync_promo/sync_promo.js b/chrome/browser/resources/sync_promo/sync_promo.js
index 3173b8259c94011f2e7b098a3555107bedb930d0..7a02300a381b85474179acea28403fb4da03f0c1 100644
--- a/chrome/browser/resources/sync_promo/sync_promo.js
+++ b/chrome/browser/resources/sync_promo/sync_promo.js
@@ -62,7 +62,6 @@ cr.define('sync_promo', function() {
this.hideOuterLoginUI_();
$('promo-skip').hidden = false;
- this.showSetupUI_();
Evan Stade 2012/08/11 00:36:12 this is redundant with the Initialize right below.
chrome.send('SyncPromo:Initialize');
var self = this;
@@ -192,10 +191,6 @@ cr.define('sync_promo', function() {
SyncPromo.getInstance().showErrorUI_();
};
- SyncPromo.showSetupUI = function() {
- SyncPromo.getInstance().showSetupUI_();
- };
-
SyncPromo.showSyncSetupPage = function(page, args) {
SyncPromo.getInstance().showSyncSetupPage_(page, args);
};

Powered by Google App Engine
This is Rietveld 408576698