Index: content/browser/renderer_host/media/webrtc_identity_service_host.h |
=================================================================== |
--- content/browser/renderer_host/media/webrtc_identity_service_host.h (revision 271040) |
+++ content/browser/renderer_host/media/webrtc_identity_service_host.h (working copy) |
@@ -33,8 +33,7 @@ |
virtual ~WebRTCIdentityServiceHost(); |
// content::BrowserMessageFilter override. |
- virtual bool OnMessageReceived(const IPC::Message& message, |
- bool* message_was_ok) OVERRIDE; |
+ virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
private: |
// |sequence_number| is the same as in the OnRequestIdentity call. |