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 231dd3acfdf623d7f19a7a187527aa8105908c38..b58d58d98a8a046e26f5cbff8efb6aa15f11a55e 100644 |
--- a/content/browser/renderer_host/media/media_stream_ui_controller.h |
+++ b/content/browser/renderer_host/media/media_stream_ui_controller.h |
@@ -45,7 +45,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. |