summaryrefslogtreecommitdiffstats
path: root/content/worker/websharedworkerclient_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/worker/websharedworkerclient_proxy.h')
-rw-r--r--content/worker/websharedworkerclient_proxy.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/content/worker/websharedworkerclient_proxy.h b/content/worker/websharedworkerclient_proxy.h
index 9d6891cd..6b085c5 100644
--- a/content/worker/websharedworkerclient_proxy.h
+++ b/content/worker/websharedworkerclient_proxy.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -16,7 +16,6 @@ namespace WebKit {
class WebApplicationCacheHost;
class WebApplicationCacheHostClient;
class WebFrame;
-class WebWorker;
}
class SharedWorkerDevToolsAgent;
@@ -63,8 +62,6 @@ class WebSharedWorkerClientProxy : public WebKit::WebSharedWorkerClient {
virtual void reportPendingActivity(bool has_pending_activity);
virtual void workerContextClosed();
virtual void workerContextDestroyed();
- virtual WebKit::WebWorker* createWorker(
- WebKit::WebSharedWorkerClient* client);
virtual WebKit::WebNotificationPresenter* notificationPresenter();