Chromium Code Reviews| Index: chrome/browser/media/media_stream_infobar_delegate.h |
| diff --git a/chrome/browser/media/media_stream_infobar_delegate.h b/chrome/browser/media/media_stream_infobar_delegate.h |
| index e055289b9bd156212015c1fe8b58db9a86bbe0b0..9e119f45bce3a16a8a8eeecf456196a9a5db40c5 100644 |
| --- a/chrome/browser/media/media_stream_infobar_delegate.h |
| +++ b/chrome/browser/media/media_stream_infobar_delegate.h |
| @@ -30,6 +30,9 @@ class MediaStreamInfoBarDelegate : public ConfirmInfoBarDelegate { |
| const content::MediaStreamRequest& request, |
| const content::MediaResponseCallback& callback); |
| + bool IsRequestingVideoAccess(); |
|
Peter Kasting
2015/06/04 07:08:13
Nit: Can these be const?
Ted C
2015/06/05 00:57:57
Done.
|
| + bool IsRequestingMicrophoneAccess(); |
| + |
| private: |
| friend class WebRtcTestBase; |