Fix long line
This commit is contained in:
parent
9602a9aed9
commit
918f38e13f
1 changed files with 3 additions and 1 deletions
|
@ -157,7 +157,9 @@ void MediaStreamDevicesController::Accept() {
|
|||
void MediaStreamDevicesController::Deny() {
|
||||
content::MediaResponseCallback cb = callback_;
|
||||
callback_.Reset();
|
||||
cb.Run(content::MediaStreamDevices(), content::MEDIA_DEVICE_PERMISSION_DENIED, scoped_ptr<content::MediaStreamUI>());
|
||||
cb.Run(content::MediaStreamDevices(),
|
||||
content::MEDIA_DEVICE_PERMISSION_DENIED,
|
||||
scoped_ptr<content::MediaStreamUI>());
|
||||
}
|
||||
|
||||
} // namespace brightray
|
||||
|
|
Loading…
Reference in a new issue