Chromium Code Reviews| Index: content/browser/web_contents/web_contents_impl.cc |
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
| index b27565cf20d11f552324fd4d9841a2ca75aae71c..57025cc0ef0baa5b5b4c4db7940338a3c06c2e49 100644 |
| --- a/content/browser/web_contents/web_contents_impl.cc |
| +++ b/content/browser/web_contents/web_contents_impl.cc |
| @@ -1589,7 +1589,9 @@ void WebContentsImpl::RequestMediaAccessPermission( |
| if (delegate_) |
| delegate_->RequestMediaAccessPermission(this, request, callback); |
| else |
| - callback.Run(MediaStreamDevices(), scoped_ptr<MediaStreamUI>()); |
| + callback.Run(MediaStreamDevices(), |
|
tommi (sloooow) - chröme
2014/03/13 14:18:05
add braces to if/else
Tommy Widenflycht
2014/03/13 15:43:50
Done.
|
| + MEDIA_DEVICE_INVALID_STATE, |
| + scoped_ptr<MediaStreamUI>()); |
| } |
| SessionStorageNamespace* WebContentsImpl::GetSessionStorageNamespace( |