| Index: content/common/push_messaging.mojom
|
| diff --git a/content/common/push_messaging.mojom b/content/common/push_messaging.mojom
|
| index 6ec28f5d6e579a367b209240c1c186a570405868..94b0ea1f902aaf04cf6c86e0e098ef18a224592e 100644
|
| --- a/content/common/push_messaging.mojom
|
| +++ b/content/common/push_messaging.mojom
|
| @@ -143,7 +143,8 @@ enum PushPermissionStatus {
|
| interface PushMessaging {
|
| Subscribe(int32 render_frame_id,
|
| int64 service_worker_registration_id,
|
| - PushSubscriptionOptions options)
|
| + PushSubscriptionOptions options,
|
| + bool user_gesture)
|
| => (PushRegistrationStatus status,
|
| url.mojom.Url? endpoint,
|
| PushSubscriptionOptions? options,
|
|
|