| Index: content/public/browser/push_messaging_service.h
|
| diff --git a/content/public/browser/push_messaging_service.h b/content/public/browser/push_messaging_service.h
|
| index 41cbd4d4639b6add058518fc4e11cf97714b8fe5..42cb5d20f37a551876ba76a1558b40ad5b482a87 100644
|
| --- a/content/public/browser/push_messaging_service.h
|
| +++ b/content/public/browser/push_messaging_service.h
|
| @@ -53,6 +53,7 @@ class CONTENT_EXPORT PushMessagingService {
|
| int renderer_id,
|
| int render_frame_id,
|
| const PushSubscriptionOptions& options,
|
| + bool user_gesture,
|
| const RegisterCallback& callback) = 0;
|
|
|
| // Subscribe the given |options.sender_info| with the push messaging service.
|
|
|