| 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 26777a5ca70a1d62a1b30808fff67fe7572ea750..1d0cf001a9a364edca101ebede31c516429ad366 100644
|
| --- a/content/browser/renderer_host/media/media_stream_ui_controller.h
|
| +++ b/content/browser/renderer_host/media/media_stream_ui_controller.h
|
| @@ -44,7 +44,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.
|
|
|