| Index: chrome/browser/extensions/app_notify_channel_ui.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/app_notify_channel_ui.cc (revision 112743)
|
| +++ chrome/browser/extensions/app_notify_channel_ui.cc (working copy)
|
| @@ -114,7 +114,9 @@
|
| void AppNotifyChannelUIImpl::OnInfoBarResult(bool accepted) {
|
| if (accepted) {
|
| StartObservingSync();
|
| - browser_->ShowSyncSetup();
|
| + ProfileSyncService* service =
|
| + browser_->profile()->GetOriginalProfile()->GetProfileSyncService();
|
| + service->ShowLoginDialog();
|
| } else {
|
| delegate_->OnSyncSetupResult(false);
|
| }
|
|
|