Index: chrome/browser/background/background_contents_service.cc |
diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc |
index 0d21871a71498f18d871daa1ae3a1cb05b63b93f..45e84c1716d72c2f695b5e48d3ef8372170d20f3 100644 |
--- a/chrome/browser/background/background_contents_service.cc |
+++ b/chrome/browser/background/background_contents_service.cc |
@@ -177,11 +177,11 @@ void NotificationImageReady( |
// TODO(mukai, dewittj): remove this and switch to message center |
// notifications. |
DesktopNotificationService::AddIconNotification( |
- GURL() /* empty origin */, |
- base::string16(), |
+ GURL("chrome://extension-crash"), // Origin URL. |
+ base::string16(), // Title of notification. |
message, |
notification_icon, |
- base::string16(), |
+ base::UTF8ToUTF16(delegate->id()), // Replace ID. |
delegate.get(), |
profile); |
} |