| 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 50a9fbc27183d4e259b9173391e96d97eb1d4fb0..85aff6d6e7bde0da7063e6997989f8d1bc55116f 100644
|
| --- a/content/browser/renderer_host/media/media_stream_device_settings.h
|
| +++ b/content/browser/renderer_host/media/media_stream_device_settings.h
|
| @@ -81,6 +81,9 @@ class CONTENT_EXPORT MediaStreamDeviceSettings
|
|
|
| // Posts a request to be approved/denied by UI.
|
| void PostRequestToUi(const std::string& label);
|
| + // Sends the request to the appropriate WebContents.
|
| + void DoRequest(const MediaStreamDeviceSettingsRequest* request,
|
| + const content::MediaResponseCallback& callback);
|
|
|
| SettingsRequester* requester_;
|
| SettingsRequests requests_;
|
|
|