diff options
Diffstat (limited to 'chrome/browser/media/media_stream_infobar_delegate.cc')
-rw-r--r-- | chrome/browser/media/media_stream_infobar_delegate.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/media/media_stream_infobar_delegate.cc b/chrome/browser/media/media_stream_infobar_delegate.cc index 3fc8661..5e2aa87 100644 --- a/chrome/browser/media/media_stream_infobar_delegate.cc +++ b/chrome/browser/media/media_stream_infobar_delegate.cc @@ -65,6 +65,7 @@ MediaStreamInfoBarDelegate::MediaStreamInfoBarDelegate( DCHECK(controller_.get()); DCHECK(controller_->has_audio() || controller_->has_video()); } + void MediaStreamInfoBarDelegate::InfoBarDismissed() { // Deny the request if the infobar was closed with the 'x' button, since // we don't want WebRTC to be waiting for an answer that will never come. |