| Index: content/child/push_messaging/push_provider.cc | 
| diff --git a/content/child/push_messaging/push_provider.cc b/content/child/push_messaging/push_provider.cc | 
| index 254d855106bd9466a87c7009f3dff7f01609c275..f8e807def7b5d4bd2efdb117b54083bacd006298 100644 | 
| --- a/content/child/push_messaging/push_provider.cc | 
| +++ b/content/child/push_messaging/push_provider.cc | 
| @@ -75,11 +75,8 @@ | 
| subscription_callbacks_.AddWithID(callbacks, request_id); | 
| int64_t service_worker_registration_id = | 
| GetServiceWorkerRegistrationId(service_worker_registration); | 
| -  PushSubscriptionOptions content_options; | 
| -  content_options.user_visible_only = options.userVisibleOnly; | 
| -  content_options.sender_info = options.applicationServerKey.utf8(); | 
| thread_safe_sender_->Send(new PushMessagingHostMsg_SubscribeFromWorker( | 
| -      request_id, service_worker_registration_id, content_options)); | 
| +      request_id, service_worker_registration_id, options.userVisibleOnly)); | 
| } | 
|  | 
| void PushProvider::unsubscribe( | 
|  |