Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: content/worker/websharedworkerclient_proxy.h

Issue 33753003: Removed unhanled/unused Blink API implementation for SharedWorker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/worker_messages.h ('k') | content/worker/websharedworkerclient_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/worker/websharedworkerclient_proxy.h
diff --git a/content/worker/websharedworkerclient_proxy.h b/content/worker/websharedworkerclient_proxy.h
index 39d12034fd8f7e238eb1909021e79c7db85ca2a0..aef978ce9108dcfdf127d2d2fc2d48aadd14a60d 100644
--- a/content/worker/websharedworkerclient_proxy.h
+++ b/content/worker/websharedworkerclient_proxy.h
@@ -32,34 +32,6 @@ class WebSharedWorkerClientProxy : public WebKit::WebSharedWorkerClient {
virtual ~WebSharedWorkerClientProxy();
// WebSharedWorkerClient implementation.
- virtual void postMessageToWorkerObject(
- const WebKit::WebString& message,
- const WebKit::WebMessagePortChannelArray& channel);
- virtual void postExceptionToWorkerObject(
- const WebKit::WebString& error_message,
- int line_number,
- const WebKit::WebString& source_url);
- // TODO(caseq): The overload before is obsolete and is preserved for
- // WebKit/chromium compatibility only (pure virtual is base class).
- // Should be removed once WebKit part is updated.
- virtual void postConsoleMessageToWorkerObject(
- int destination,
- int source,
- int type,
- int level,
- const WebKit::WebString& message,
- int line_number,
- const WebKit::WebString& source_url) {
- }
- virtual void postConsoleMessageToWorkerObject(
- int source,
- int type,
- int level,
- const WebKit::WebString& message,
- int line_number,
- const WebKit::WebString& source_url);
- virtual void confirmMessageFromWorkerObject(bool has_pending_activity);
- virtual void reportPendingActivity(bool has_pending_activity);
virtual void workerContextClosed();
virtual void workerContextDestroyed();
« no previous file with comments | « content/common/worker_messages.h ('k') | content/worker/websharedworkerclient_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698