| Index: chrome/browser/local_discovery/privet_notifications.cc
|
| diff --git a/chrome/browser/local_discovery/privet_notifications.cc b/chrome/browser/local_discovery/privet_notifications.cc
|
| index 23945cb4b4c0bb8e17b41bd77a4363faf70c2167..3e1e5c874d83e4f402021784fab54d312b5dd1e4 100644
|
| --- a/chrome/browser/local_discovery/privet_notifications.cc
|
| +++ b/chrome/browser/local_discovery/privet_notifications.cc
|
| @@ -257,17 +257,12 @@ void PrivetNotificationService::PrivetNotify(int devices_active,
|
| IDS_LOCAL_DISCOVERY_NOTIFICATIONS_DISABLE_BUTTON_LABEL)));
|
|
|
| Notification notification(
|
| - message_center::NOTIFICATION_TYPE_SIMPLE,
|
| - GURL(kPrivetNotificationOriginUrl),
|
| - title,
|
| - body,
|
| + message_center::NOTIFICATION_TYPE_SIMPLE, title, body,
|
| ui::ResourceBundle::GetSharedInstance().GetImageNamed(
|
| IDR_LOCAL_DISCOVERY_CLOUDPRINT_ICON),
|
| message_center::NotifierId(GURL(kPrivetNotificationOriginUrl)),
|
| - product_name,
|
| - kPrivetNotificationID,
|
| - rich_notification_data,
|
| - new PrivetNotificationDelegate(profile_));
|
| + product_name, GURL(kPrivetNotificationOriginUrl), kPrivetNotificationID,
|
| + rich_notification_data, new PrivetNotificationDelegate(profile_));
|
|
|
| bool updated = g_browser_process->notification_ui_manager()->Update(
|
| notification, profile_object);
|
|
|