#include "content/browser/push_messaging/push_messaging_context.h"
#include "content/browser/service_worker/service_worker_context_wrapper.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/push_messaging_service.h"
#include "url/gurl.h"
namespace content {
PushMessagingContext::PushMessagingContext(
BrowserContext* browser_context,
const scoped_refptr<ServiceWorkerContextWrapper>& service_worker_context)
: … { … }
PushMessagingContext::~PushMessagingContext() { … }
void PushMessagingContext::OnRegistrationDeleted(int64_t registration_id,
const GURL& pattern,
const blink::StorageKey& key) { … }
void PushMessagingContext::OnStorageWiped() { … }
}