diff options
Diffstat (limited to 'chrome/renderer/webworker_proxy.h')
-rw-r--r-- | chrome/renderer/webworker_proxy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/renderer/webworker_proxy.h b/chrome/renderer/webworker_proxy.h index dac97aa..b56cf8e 100644 --- a/chrome/renderer/webworker_proxy.h +++ b/chrome/renderer/webworker_proxy.h @@ -14,6 +14,7 @@ class ChildThread; class GURL; class RenderView; +struct WorkerHostMsg_PostConsoleMessageToWorkerObject_Params; // This class provides an implementation of WebWorker that the renderer provides // to the glue. This class converts function calls to IPC messages that are @@ -43,6 +44,9 @@ class WebWorkerProxy : public WebKit::WebWorker, bool Send(IPC::Message* message); void OnDedicatedWorkerCreated(); + void OnPostConsoleMessageToWorkerObject( + const WorkerHostMsg_PostConsoleMessageToWorkerObject_Params& params); + void Disconnect(); // The routing id used to reach WebWorkerClientProxy in the worker process. |