From 70ffec11343e418aa571a29cc43fc2201afd1b7c Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 23 Jan 2017 15:14:38 +0900 Subject: [PATCH] There is no content::MEDIA_ENUMERATE_DEVICES anymore --- brightray/browser/media/media_stream_devices_controller.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/brightray/browser/media/media_stream_devices_controller.cc b/brightray/browser/media/media_stream_devices_controller.cc index b3548bbe40..a744a08ae4 100644 --- a/brightray/browser/media/media_stream_devices_controller.cc +++ b/brightray/browser/media/media_stream_devices_controller.cc @@ -137,10 +137,6 @@ void MediaStreamDevicesController::Accept() { webcam_requested_, &devices); break; - case content::MEDIA_ENUMERATE_DEVICES: - // Do nothing. - NOTREACHED(); - break; } }