| Index: content/public/browser/push_messaging_service.cc
|
| diff --git a/content/public/browser/push_messaging_service.cc b/content/public/browser/push_messaging_service.cc
|
| index b345f9d2cdad29532af62cb22f6450b2a39e569f..359170b60a8de7d40ef1b950d7dc0eeb3da2dd7d 100644
|
| --- a/content/public/browser/push_messaging_service.cc
|
| +++ b/content/public/browser/push_messaging_service.cc
|
| @@ -127,22 +127,6 @@ void PushMessagingService::SetNotificationsShownByLastFewPushes(
|
| }
|
|
|
| // static
|
| -void PushMessagingService::GetSenderId(BrowserContext* browser_context,
|
| - const GURL& origin,
|
| - int64_t service_worker_registration_id,
|
| - const StringCallback& callback) {
|
| - DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| - BrowserThread::PostTask(
|
| - BrowserThread::IO,
|
| - FROM_HERE,
|
| - base::Bind(&GetUserDataOnIO,
|
| - GetServiceWorkerContext(browser_context, origin),
|
| - service_worker_registration_id,
|
| - kPushSenderIdServiceWorkerKey,
|
| - callback));
|
| -}
|
| -
|
| -// static
|
| void PushMessagingService::ClearPushSubscriptionID(
|
| BrowserContext* browser_context,
|
| const GURL& origin,
|
|
|