| Index: content/common/media/media_stream_messages.h
|
| diff --git a/content/common/media/media_stream_messages.h b/content/common/media/media_stream_messages.h
|
| index 5d106c06f9d42bd31e3e6c0f0cc28c8918c19081..0afa9ecd07fdfe962658916d43b0245a3dd9f0d8 100644
|
| --- a/content/common/media/media_stream_messages.h
|
| +++ b/content/common/media/media_stream_messages.h
|
| @@ -113,11 +113,12 @@ IPC_MESSAGE_CONTROL0(MediaStreamMsg_DisableAecDump)
|
| // Messages sent from the renderer to the browser.
|
|
|
| // Request a new media stream.
|
| -IPC_MESSAGE_CONTROL4(MediaStreamHostMsg_GenerateStream,
|
| +IPC_MESSAGE_CONTROL5(MediaStreamHostMsg_GenerateStream,
|
| int /* render view id */,
|
| int /* request id */,
|
| content::StreamOptions /* components */,
|
| - GURL /* security origin */)
|
| + GURL /* security origin */,
|
| + bool /* user_gesture */)
|
|
|
| // Request to cancel the request for a new media stream.
|
| IPC_MESSAGE_CONTROL2(MediaStreamHostMsg_CancelGenerateStream,
|
|
|