| Index: content/child/push_messaging/push_provider.h
|
| diff --git a/content/child/push_messaging/push_provider.h b/content/child/push_messaging/push_provider.h
|
| index e44bf41b943af62b3abe8150e8a7eadee1535252..47442ae0230820edd0ba183b93ac7531a3347b8e 100644
|
| --- a/content/child/push_messaging/push_provider.h
|
| +++ b/content/child/push_messaging/push_provider.h
|
| @@ -77,7 +77,8 @@ class PushProvider : public blink::WebPushProvider,
|
| void OnGetRegistrationError(int request_id, PushGetRegistrationStatus status);
|
| void OnGetPermissionStatusSuccess(int request_id,
|
| blink::WebPushPermissionStatus status);
|
| - void OnGetPermissionStatusError(int request_id);
|
| + void OnGetPermissionStatusError(int request_id,
|
| + blink::WebPushError::ErrorType error);
|
|
|
| scoped_refptr<ThreadSafeSender> thread_safe_sender_;
|
| scoped_refptr<PushDispatcher> push_dispatcher_;
|
|
|