New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 730019 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug-Regression



Sign in to add a comment

|chrome| build broken with |enable_webrtc=false|

Project Member Reported by raphael....@intel.com, Jun 6 2017

Issue description

Since https://codereview.chromium.org/2801853005, building the chrome target with enable_webrtc=false fails:

../../chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_api.cc:318:11: error: no member named 'SetEchoCanceller3' in 'content::RenderProcessHost'
    host->SetEchoCanceller3(*params->audio_experiments.enable_aec3);
    ~~~~  ^
1 error generated.

 
Cc: -hlundin@chromium.org guidou@chromium.org olka@chromium.org
Labels: -Type-Bug -Pri-3 Pri-1 Type-Bug-Regression
Owner: hlundin@chromium.org
Status: Assigned (was: Untriaged)

Comment 2 by olka@chromium.org, Jun 7 2017

Cc: grunell@chromium.org
Project Member

Comment 3 by bugdroid1@chromium.org, Jun 22 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/66e6a51773c74189058e55c8b7e63353b4f469f8

commit 66e6a51773c74189058e55c8b7e63353b4f469f8
Author: hlundin <hlundin@chromium.org>
Date: Thu Jun 22 15:06:48 2017

WebrtcAudioPrivateSetAudioExperimentsFunction dummy implementation

This change introduces a dummy implementation of
WebrtcAudioPrivateSetAudioExperimentsFunction::RunAsync() which is
invoked when Chrome is build without support for WebRTC
(enable_webrtc=false).

BUG= 730019 , 708475 

Review-Url: https://codereview.chromium.org/2949563002
Cr-Commit-Position: refs/heads/master@{#481532}

[modify] https://crrev.com/66e6a51773c74189058e55c8b7e63353b4f469f8/chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_api.cc

Labels: M-61
Status: Fixed (was: Assigned)

Sign in to add a comment