| 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 39cb2e06fe19144c69ac43ddd802a450616644b6..7402d7811f52e8ac80319867a7c51d067be570b3 100644
|
| --- a/content/child/push_messaging/push_provider.h
|
| +++ b/content/child/push_messaging/push_provider.h
|
| @@ -93,7 +93,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_;
|
|
|