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

Unified Diff: chrome/browser/ui/webui/sync_setup_handler.cc

Issue 11494003: Enable "Let me choose what to sync" checkbox in gaia sign in page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years 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/ui/webui/sync_setup_handler.cc
diff --git a/chrome/browser/ui/webui/sync_setup_handler.cc b/chrome/browser/ui/webui/sync_setup_handler.cc
index 004516295b4a739045955b10b6334aebe77e137a..fe275f9895d07f0a983a12b7936bef60ebf59660 100644
--- a/chrome/browser/ui/webui/sync_setup_handler.cc
+++ b/chrome/browser/ui/webui/sync_setup_handler.cc
@@ -1051,6 +1051,9 @@ void SyncSetupHandler::CloseSyncSetup() {
}
// Let the various services know that we're no longer active.
+ if (SyncPromoUI::UseWebBasedSigninFlow())
James Hawkins 2012/12/18 22:26:07 This seems off. I don't think this functionality
+ CloseGaiaSigninPage();
+
GetLoginUIService()->LoginUIClosed(this);
}

Powered by Google App Engine
This is Rietveld 408576698