| Index: content/public/browser/platform_notification_service.h
|
| diff --git a/content/public/browser/platform_notification_service.h b/content/public/browser/platform_notification_service.h
|
| index bbe407ca1637669161de48696f02ee72c27b8ad8..52a2b72e789d4cae5e1a0677affbd5c676c8b8cf 100644
|
| --- a/content/public/browser/platform_notification_service.h
|
| +++ b/content/public/browser/platform_notification_service.h
|
| @@ -55,7 +55,6 @@ class CONTENT_EXPORT PlatformNotificationService {
|
| const SkBitmap& icon,
|
| const PlatformNotificationData& notification_data,
|
| scoped_ptr<DesktopNotificationDelegate> delegate,
|
| - int render_process_id,
|
| base::Closure* cancel_callback) = 0;
|
|
|
| // Displays the persistent notification described in |notification_data| to
|
| @@ -65,8 +64,7 @@ class CONTENT_EXPORT PlatformNotificationService {
|
| int64 service_worker_registration_id,
|
| const GURL& origin,
|
| const SkBitmap& icon,
|
| - const PlatformNotificationData& notification_data,
|
| - int render_process_id) = 0;
|
| + const PlatformNotificationData& notification_data) = 0;
|
|
|
| // Closes the persistent notification identified by
|
| // |persistent_notification_id|. This method must be called on the UI thread.
|
|
|