Index: chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc |
diff --git a/chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc b/chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc |
index f5f97ae1a847535bc0fe710c82b0ab596ed1abb3..8147387c5857cd89f4b9d6b34da58482e436319f 100644 |
--- a/chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc |
+++ b/chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc |
@@ -820,7 +820,10 @@ const Notification ChromeNotifierService::CreateWelcomeNotificationForService( |
std::string welcome_notification_id = base::GenerateGUID(); |
message_center::NotifierId notifier_id = app_info->GetNotifierId(); |
scoped_refptr<WelcomeDelegate> delegate( |
- new WelcomeDelegate(welcome_notification_id, profile_, notifier_id)); |
+ new WelcomeDelegate(welcome_notification_id, |
+ profile_, |
+ notifier_id, |
+ app_info->welcome_link_url())); |
message_center::ButtonInfo button_info( |
l10n_util::GetStringUTF16(IDS_NOTIFIER_WELCOME_BUTTON)); |