| 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 c9fb31c77f05be7d0474058679858595b685ef18..c39339cae637a3d199915e173d4029a9b7dec3d3 100644
|
| --- a/chrome/browser/media/media_capture_devices_dispatcher.h
|
| +++ b/chrome/browser/media/media_capture_devices_dispatcher.h
|
| @@ -105,7 +105,8 @@ 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_in_dbfs) OVERRIDE;
|
|
|
| scoped_refptr<MediaStreamCaptureIndicator> GetMediaStreamCaptureIndicator();
|
|
|
|
|