Add handling of user media requests

This commit is contained in:
Cheng Zhao 2014-10-01 11:07:29 +08:00
parent 469f55ef5a
commit ea28f518d3
2 changed files with 52 additions and 0 deletions

View file

@ -26,6 +26,9 @@ class MediaStreamDevicesController {
void Deny();
private:
// Handle the request of desktop or tab screen cast.
void HandleUserMediaRequest();
// The original request for access to devices.
const content::MediaStreamRequest request_;