| 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 26536e616b28090987e0c8666d8723c2a7507e69..857c0f9d261548ce14612d207ef4cfcf50d509dd 100644
|
| --- a/content/public/browser/platform_notification_service.h
|
| +++ b/content/public/browser/platform_notification_service.h
|
| @@ -45,7 +45,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
|
| @@ -55,8 +54,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.
|
|
|