| Index: content/common/media/webrtc_logging_messages.h
|
| diff --git a/content/common/media/webrtc_logging_messages.h b/content/common/media/webrtc_logging_messages.h
|
| index 70bab5aa09234e6c4651838ce21f3357327a5f99..8e893ab8ca7d5ea259557b0f1f22b4ef887904e2 100644
|
| --- a/content/common/media/webrtc_logging_messages.h
|
| +++ b/content/common/media/webrtc_logging_messages.h
|
| @@ -13,8 +13,9 @@
|
| // Messages sent from the renderer to the browser.
|
|
|
| // Request to open a log.
|
| -IPC_MESSAGE_CONTROL1(WebRtcLoggingMsg_OpenLog,
|
| - std::string /* app_session_id */)
|
| +IPC_MESSAGE_CONTROL2(WebRtcLoggingMsg_OpenLog,
|
| + std::string /* app_session_id */,
|
| + std::string /* app_url */)
|
|
|
| // Messages sent from the browser to the renderer.
|
|
|
|
|