| 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 f9e823e20a2a5cc6dc47b143901915efadd144ee..6264fc185a664160815bfb207514c73d668b2dba 100644
|
| --- a/content/child/push_messaging/push_provider.h
|
| +++ b/content/child/push_messaging/push_provider.h
|
| @@ -48,6 +48,7 @@ class PushProvider : public blink::WebPushProvider,
|
| void Subscribe(
|
| blink::WebServiceWorkerRegistration* service_worker_registration,
|
| const blink::WebPushSubscriptionOptions& options,
|
| + bool user_gesture,
|
| std::unique_ptr<blink::WebPushSubscriptionCallbacks> callbacks) override;
|
| void Unsubscribe(
|
| blink::WebServiceWorkerRegistration* service_worker_registration,
|
|
|