Index: chrome/browser/notifications/desktop_notification_service.cc |
diff --git a/chrome/browser/notifications/desktop_notification_service.cc b/chrome/browser/notifications/desktop_notification_service.cc |
index 48dc1e56a059bad06d8d825ac3c581cc9fc6fe78..c1434fdfeda72886772211d343c8dbaac977ee4c 100644 |
--- a/chrome/browser/notifications/desktop_notification_service.cc |
+++ b/chrome/browser/notifications/desktop_notification_service.cc |
@@ -159,8 +159,7 @@ void DesktopNotificationService::ShowDesktopNotification( |
base::Closure* cancel_callback) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
const GURL& origin = params.origin; |
- NotificationObjectProxy* proxy = |
- new NotificationObjectProxy(render_frame_host, delegate.Pass()); |
+ NotificationObjectProxy* proxy = new NotificationObjectProxy(delegate.Pass()); |
base::string16 display_source = DisplayNameForOriginInProcessId( |
origin, render_frame_host->GetProcess()->GetID()); |