Fix compilation warnings due to API changes
This commit is contained in:
parent
289d3b54f3
commit
2c81fb4719
6 changed files with 20 additions and 47 deletions
|
@ -60,15 +60,6 @@ class MediaCaptureDevicesDispatcher : public content::MediaObserver {
|
|||
const GURL& security_origin,
|
||||
content::MediaStreamType stream_type,
|
||||
content::MediaRequestState state) override;
|
||||
virtual void OnAudioStreamPlaying(
|
||||
int render_process_id,
|
||||
int render_frame_id,
|
||||
int stream_id,
|
||||
const ReadPowerAndClipCallback& power_read_callback) override;
|
||||
virtual void OnAudioStreamStopped(
|
||||
int render_process_id,
|
||||
int render_frame_id,
|
||||
int stream_id) override;
|
||||
virtual void OnCreatingAudioStream(int render_process_id,
|
||||
int render_view_id) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue