| Index: content/public/browser/media_observer.h
|
| diff --git a/content/public/browser/media_observer.h b/content/public/browser/media_observer.h
|
| index c5185baed6f69f679ae5b6c93cada0aebcd18139..b9b082d67bc5e089569a0f70f69e5b326357f1ba 100644
|
| --- a/content/public/browser/media_observer.h
|
| +++ b/content/public/browser/media_observer.h
|
| @@ -14,14 +14,6 @@ namespace content {
|
| // ContentBrowserClient to receive callbacks as media events occur.
|
| class MediaObserver {
|
| public:
|
| - // Called when a audio capture device is plugged in or unplugged.
|
| - virtual void OnAudioCaptureDevicesChanged(
|
| - const MediaStreamDevices& devices) = 0;
|
| -
|
| - // Called when a video capture device is plugged in or unplugged.
|
| - virtual void OnVideoCaptureDevicesChanged(
|
| - const MediaStreamDevices& devices) = 0;
|
| -
|
| // Called when a media request changes state.
|
| virtual void OnMediaRequestStateChanged(
|
| int render_process_id,
|
|
|