summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/public/web/web_shared_worker_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/public/web/web_shared_worker_client.h')
-rw-r--r--chromium/third_party/blink/public/web/web_shared_worker_client.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chromium/third_party/blink/public/web/web_shared_worker_client.h b/chromium/third_party/blink/public/web/web_shared_worker_client.h
index 4cc9627328f..ab6be749cc5 100644
--- a/chromium/third_party/blink/public/web/web_shared_worker_client.h
+++ b/chromium/third_party/blink/public/web/web_shared_worker_client.h
@@ -39,7 +39,6 @@ namespace blink {
class WebApplicationCacheHost;
class WebApplicationCacheHostClient;
-class WebNotificationPresenter;
class WebServiceWorkerNetworkProvider;
// Provides an interface back to the in-page script object for a worker.
@@ -58,10 +57,6 @@ class WebSharedWorkerClient {
virtual void WorkerScriptLoadFailed() = 0;
virtual void SelectAppCacheID(long long) = 0;
- // Returns the notification presenter for this worker context. Pointer
- // is owned by the object implementing WebSharedWorkerClient.
- virtual WebNotificationPresenter* NotificationPresenter() = 0;
-
// Called on the main webkit thread in the worker process during
// initialization.
virtual std::unique_ptr<WebApplicationCacheHost> CreateApplicationCacheHost(