| Index: third_party/WebKit/public/platform/modules/push_messaging/WebPushProvider.h
|
| diff --git a/third_party/WebKit/public/platform/modules/push_messaging/WebPushProvider.h b/third_party/WebKit/public/platform/modules/push_messaging/WebPushProvider.h
|
| index 3256746b24bbc7b4e5e41db8dbe2b7c93d6fdf69..3cb28c8a5d8504cd6b2b9d09586b594436a1dd55 100644
|
| --- a/third_party/WebKit/public/platform/modules/push_messaging/WebPushProvider.h
|
| +++ b/third_party/WebKit/public/platform/modules/push_messaging/WebPushProvider.h
|
| @@ -31,6 +31,7 @@ class WebPushProvider {
|
| // Does not take ownership of the WebServiceWorkerRegistration.
|
| virtual void Subscribe(WebServiceWorkerRegistration*,
|
| const WebPushSubscriptionOptions&,
|
| + bool user_gesture,
|
| std::unique_ptr<WebPushSubscriptionCallbacks>) = 0;
|
|
|
| // Takes ownership of the WebPushSubscriptionCallbacks.
|
|
|