| Index: chrome/browser/media/media_stream_devices_controller.cc
|
| diff --git a/chrome/browser/media/media_stream_devices_controller.cc b/chrome/browser/media/media_stream_devices_controller.cc
|
| index 515cc99db9c834e183d960b65bcd4164c1c03d6f..805f033dee73c69cb8ec968a51564177d746dc1c 100644
|
| --- a/chrome/browser/media/media_stream_devices_controller.cc
|
| +++ b/chrome/browser/media/media_stream_devices_controller.cc
|
| @@ -307,6 +307,11 @@ void MediaStreamDevicesController::RequestFinished() {
|
| delete this;
|
| }
|
|
|
| +PermissionBubbleType MediaStreamDevicesController::GetPermissionBubbleType()
|
| + const {
|
| + return PermissionBubbleType::MEDIA_STREAM;
|
| +}
|
| +
|
| content::MediaStreamDevices MediaStreamDevicesController::GetDevices(
|
| ContentSetting audio_setting,
|
| ContentSetting video_setting) {
|
|
|