| Index: chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc
|
| diff --git a/chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc b/chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc
|
| index e3d4ac33dbcd863bf9eecc0b89da00463d5f180d..9c82fb745702acde628b2462b4e5f0161b74b8a4 100644
|
| --- a/chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc
|
| +++ b/chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc
|
| @@ -59,6 +59,11 @@ void SyncedNotificationAppInfo::RemoveAppId(const std::string& app_id) {
|
| }
|
| }
|
|
|
| +void SyncedNotificationAppInfo::SetWelcomeLinkUrl(
|
| + const GURL& welcome_link_url) {
|
| + welcome_link_url_ = welcome_link_url;
|
| +}
|
| +
|
| void SyncedNotificationAppInfo::SetSettingsURLs(
|
| const GURL& settings_low_dpi, const GURL& settings_high_dpi) {
|
| settings_holder_.reset(new ImageHolder(settings_low_dpi,
|
|
|