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

Unified Diff: chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc

Issue 228753006: Reland r262272: "Hook up the Info URL from SyncedNotificationsAppInfo". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed test on linux+aura, disabled on linux-gtk Created 6 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
« no previous file with comments | « no previous file | chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698