| Index: content/public/browser/media_observer.h
|
| diff --git a/content/public/browser/media_observer.h b/content/public/browser/media_observer.h
|
| index f7ae0dce3547048fa00a84bfcf4a7b4e3ca80c9c..c1377aaa76fc3bcf6b3739f9baa5e543a064f989 100644
|
| --- a/content/public/browser/media_observer.h
|
| +++ b/content/public/browser/media_observer.h
|
| @@ -49,6 +49,13 @@ class MediaObserver {
|
| int render_view_id,
|
| const content::MediaStreamDevices& devices) = 0;
|
|
|
| + // Called when a media request changes state.
|
| + virtual void OnMediaRequestStateChange(
|
| + int render_process_id,
|
| + int render_view_id,
|
| + const content::MediaStreamDevice& device,
|
| + const content::MediaStreamRequest::RequestState state) = 0;
|
| +
|
| protected:
|
| virtual ~MediaObserver() {}
|
| };
|
|
|