| Index: content/browser/renderer_host/media/media_stream_ui_controller.h
|
| diff --git a/content/browser/renderer_host/media/media_stream_ui_controller.h b/content/browser/renderer_host/media/media_stream_ui_controller.h
|
| index 8d4139aef4fe8692e31e0659c2089862cd8fe87b..724eda59b5d1f452e79534f1d69808ac4008a636 100644
|
| --- a/content/browser/renderer_host/media/media_stream_ui_controller.h
|
| +++ b/content/browser/renderer_host/media/media_stream_ui_controller.h
|
| @@ -46,7 +46,8 @@ class CONTENT_EXPORT MediaStreamUIController {
|
| int render_process_id,
|
| int render_view_id,
|
| const StreamOptions& stream_components,
|
| - const GURL& security_origin);
|
| + const GURL& security_origin,
|
| + MediaStreamRequestType request_type);
|
|
|
| // Called to cancel a pending UI request of capture device access when the
|
| // user has no action for the media stream InfoBar.
|
|
|