summaryrefslogtreecommitdiffstats
path: root/chrome/worker/webworker_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/worker/webworker_stub.h')
-rw-r--r--chrome/worker/webworker_stub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/worker/webworker_stub.h b/chrome/worker/webworker_stub.h
index 59a46f1..dab69d0 100644
--- a/chrome/worker/webworker_stub.h
+++ b/chrome/worker/webworker_stub.h
@@ -21,6 +21,7 @@ class WebWorkerStub : public WebWorkerStubBase {
// IPC::Channel::Listener implementation.
virtual void OnMessageReceived(const IPC::Message& message);
+ virtual void OnChannelError();
private:
virtual ~WebWorkerStub();