| Index: third_party/WebKit/public/platform/modules/push_messaging/WebPushClient.h
|
| diff --git a/third_party/WebKit/public/platform/modules/push_messaging/WebPushClient.h b/third_party/WebKit/public/platform/modules/push_messaging/WebPushClient.h
|
| index da93df97b6b7d969d338bf79e90604168e745396..51f4f8d829079f1aeb7264b0a09781191a8cd3f9 100644
|
| --- a/third_party/WebKit/public/platform/modules/push_messaging/WebPushClient.h
|
| +++ b/third_party/WebKit/public/platform/modules/push_messaging/WebPushClient.h
|
| @@ -23,6 +23,7 @@ class WebPushClient {
|
| // Ownership of the callbacks is transferred to the client.
|
| virtual void Subscribe(WebServiceWorkerRegistration*,
|
| const WebPushSubscriptionOptions&,
|
| + bool user_gesture,
|
| std::unique_ptr<WebPushSubscriptionCallbacks>) = 0;
|
| };
|
|
|
|
|