Chromium Code Reviews| 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 1f0937e73fda324a6ae1363c60d7ec6f87cc09d0..f699de991ed169de343fa181fefb12150c7e5b7f 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(); |