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

Unified Diff: chrome/browser/extensions/api/notification/notification_api.cc

Issue 11958025: Start delegating notifications to MessageCenter on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another build fix Created 7 years, 11 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/extensions/api/notification/notification_api.cc
diff --git a/chrome/browser/extensions/api/notification/notification_api.cc b/chrome/browser/extensions/api/notification/notification_api.cc
index 20234cebcd9d926b09641571600da6c77370fe5d..ca97a6888f71fa79144826ba5b32b4652d6a5799 100644
--- a/chrome/browser/extensions/api/notification/notification_api.cc
+++ b/chrome/browser/extensions/api/notification/notification_api.cc
@@ -180,7 +180,7 @@ bool NotificationShowFunction::RunImpl() {
string16 replace_id(UTF8ToUTF16(options->replace_id));
- Notification notification(type, icon_url, title, message,
+ Notification notification(type, extension_->url(), icon_url, title, message,
WebKit::WebTextDirectionDefault,
string16(), replace_id,
optional_fields.get(),
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | chrome/browser/notifications/balloon_notification_ui_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698