There is no content::MEDIA_ENUMERATE_DEVICES anymore

This commit is contained in:
Cheng Zhao 2017-01-23 15:14:38 +09:00
parent 43813ff680
commit 70ffec1134

View file

@ -137,10 +137,6 @@ void MediaStreamDevicesController::Accept() {
webcam_requested_,
&devices);
break;
case content::MEDIA_ENUMERATE_DEVICES:
// Do nothing.
NOTREACHED();
break;
}
}