Chromium Code Reviews| 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); |
| } |