| Index: chrome/browser/chromeos/policy/consumer_management_notifier.cc
|
| diff --git a/chrome/browser/chromeos/policy/consumer_management_notifier.cc b/chrome/browser/chromeos/policy/consumer_management_notifier.cc
|
| index e3594bcee1b13f28251941b4262d0ddc0ccea0df..18e4790c2d03c16cc4899e52ea8f2626911b6cab 100644
|
| --- a/chrome/browser/chromeos/policy/consumer_management_notifier.cc
|
| +++ b/chrome/browser/chromeos/policy/consumer_management_notifier.cc
|
| @@ -165,7 +165,7 @@ void ConsumerManagementNotifier::ShowDesktopNotification(
|
| l10n_util::GetStringUTF16(button_label_message_id)));
|
|
|
| Notification notification(
|
| - message_center::NOTIFICATION_TYPE_SIMPLE, GURL(notification_url),
|
| + message_center::NOTIFICATION_TYPE_SIMPLE,
|
| l10n_util::GetStringUTF16(title_message_id),
|
| l10n_util::GetStringUTF16(body_message_id),
|
| ui::ResourceBundle::GetSharedInstance().GetImageNamed(
|
| @@ -173,7 +173,7 @@ void ConsumerManagementNotifier::ShowDesktopNotification(
|
| message_center::NotifierId(message_center::NotifierId::SYSTEM_COMPONENT,
|
| notification_id),
|
| base::string16(), // display_source
|
| - notification_id, optional_field,
|
| + GURL(notification_url), notification_id, optional_field,
|
| new DesktopNotificationDelegate(notification_id, button_click_callback));
|
|
|
| notification.SetSystemPriority();
|
|
|