| 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..4f86c716e280d34b20b6134e5a71c49734493cb2 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() const;
|
| + bool IsRequestingMicrophoneAccess() const;
|
| +
|
| private:
|
| friend class WebRtcTestBase;
|
|
|
|
|