Index: chrome/browser/notifications/desktop_notification_service.h |
diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h |
index e323d1a53067e8675b74d1793da64a44ebc86df5..818e07bc71cc6b728bb0169189e912cb0d15502d 100644 |
--- a/chrome/browser/notifications/desktop_notification_service.h |
+++ b/chrome/browser/notifications/desktop_notification_service.h |
@@ -36,7 +36,6 @@ class Profile; |
namespace content { |
class DesktopNotificationDelegate; |
-class RenderFrameHost; |
struct ShowDesktopNotificationHostMsgParams; |
} |
@@ -95,7 +94,7 @@ class DesktopNotificationService : public PermissionContextBase |
// a callback which can be used to cancel the notification. |
void ShowDesktopNotification( |
const content::ShowDesktopNotificationHostMsgParams& params, |
- content::RenderFrameHost* render_frame_host, |
+ int render_process_id, |
scoped_ptr<content::DesktopNotificationDelegate> delegate, |
base::Closure* cancel_callback); |