Index: ui/views/controls/webview/webview.h |
=================================================================== |
--- ui/views/controls/webview/webview.h (revision 270662) |
+++ ui/views/controls/webview/webview.h (working copy) |
@@ -127,6 +127,7 @@ |
// instantiation of the inline IPC::Listener methods in all translation units. |
virtual void OnChannelConnected(int32 peer_id) OVERRIDE {} |
virtual void OnChannelError() OVERRIDE {} |
+ virtual void OnBadMessageReceived(const IPC::Message& message) OVERRIDE {} |
private: |
void AttachWebContents(); |