| Index: chrome/browser/media/media_capture_devices_dispatcher.h
|
| diff --git a/chrome/browser/media/media_capture_devices_dispatcher.h b/chrome/browser/media/media_capture_devices_dispatcher.h
|
| index 2707a3e5dae820061be7cc642382de360dd51164..08ce5d80d2bf1152475a832cab230de765480d57 100644
|
| --- a/chrome/browser/media/media_capture_devices_dispatcher.h
|
| +++ b/chrome/browser/media/media_capture_devices_dispatcher.h
|
| @@ -115,7 +115,9 @@ class MediaCaptureDevicesDispatcher : public content::MediaObserver,
|
| int render_process_id,
|
| int render_view_id,
|
| int stream_id,
|
| - bool is_playing_and_audible) OVERRIDE;
|
| + bool is_playing,
|
| + float power_dBFS,
|
| + bool clipped) OVERRIDE;
|
|
|
| scoped_refptr<MediaStreamCaptureIndicator> GetMediaStreamCaptureIndicator();
|
|
|
|
|