| Index: content/common/child_process_host_impl.h
|
| ===================================================================
|
| --- content/common/child_process_host_impl.h (revision 270662)
|
| +++ content/common/child_process_host_impl.h (working copy)
|
| @@ -76,6 +76,7 @@
|
| virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
| virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
|
| virtual void OnChannelError() OVERRIDE;
|
| + virtual void OnBadMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
| // Message handlers:
|
| void OnShutdownRequest();
|
|
|