| Index: content/browser/renderer_host/media/media_stream_device_settings.h
|
| diff --git a/content/browser/renderer_host/media/media_stream_device_settings.h b/content/browser/renderer_host/media/media_stream_device_settings.h
|
| index 11358cb2b751ccbe6efb45be16305b4979aaa41c..50a9fbc27183d4e259b9173391e96d97eb1d4fb0 100644
|
| --- a/content/browser/renderer_host/media/media_stream_device_settings.h
|
| +++ b/content/browser/renderer_host/media/media_stream_device_settings.h
|
| @@ -45,6 +45,10 @@ class CONTENT_EXPORT MediaStreamDeviceSettings
|
| const StreamOptions& stream_components,
|
| const GURL& security_origin);
|
|
|
| + // Called to remove a pending request of capture device usage when the user
|
| + // has no action for the media stream InfoBar.
|
| + void RemovePendingCaptureRequest(const std::string& label);
|
| +
|
| // Called to pass in an array of available devices for a request represented
|
| // by |label|. There could be multiple calls for a request.
|
| void AvailableDevices(const std::string& label, MediaStreamType stream_type,
|
|
|