| 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 d0cd124a823949f449da1f9c3d01ebcdaf880018..c677f8c36e4ffe3fb758bcc39c2c98d8140b75d8 100644
|
| --- a/content/public/browser/push_messaging_service.h
|
| +++ b/content/public/browser/push_messaging_service.h
|
| @@ -30,6 +30,7 @@ class CONTENT_EXPORT PushMessagingService {
|
| virtual void Register(const GURL& origin,
|
| int64 service_worker_registration_id,
|
| const std::string& sender_id,
|
| + bool user_visible_only,
|
| int renderer_id,
|
| int render_frame_id,
|
| bool user_gesture,
|
|
|