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

Unified Diff: chrome/browser/notifications/desktop_notification_service_win.cc

Issue 14631005: Enable users of NotificationUIManager to specify binary images. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase for relanding. Created 7 years, 6 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
Index: chrome/browser/notifications/desktop_notification_service_win.cc
diff --git a/chrome/browser/notifications/desktop_notification_service_win.cc b/chrome/browser/notifications/desktop_notification_service_win.cc
index 473eef67802b04e08b935eb3471fefef6ccf7c2c..a39959693d77e2a0d76bb0e8a6550c9fe80349ae 100644
--- a/chrome/browser/notifications/desktop_notification_service_win.cc
+++ b/chrome/browser/notifications/desktop_notification_service_win.cc
@@ -46,7 +46,7 @@ void DesktopNotificationService::ShowNotification(
display_metro_notification(notification.origin_url().spec().c_str(),
notification.content_url().spec().c_str(),
notification.title().c_str(),
- notification.body().c_str(),
+ notification.message().c_str(),
notification.display_source().c_str(),
notification.notification_id().c_str());
return;

Powered by Google App Engine
This is Rietveld 408576698