| Index: content/public/browser/render_process_host.h
|
| diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
|
| index ba314bc16c6edd3a0bba33463ddef53259ee576b..e7d35a7f42eba82f06ebc67b8deaec8aaa071574 100644
|
| --- a/content/public/browser/render_process_host.h
|
| +++ b/content/public/browser/render_process_host.h
|
| @@ -206,8 +206,8 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
|
| virtual void FilterURL(bool empty_allowed, GURL* url) = 0;
|
|
|
| #if defined(ENABLE_WEBRTC)
|
| - virtual void EnableAecDump(const base::FilePath& file) = 0;
|
| - virtual void DisableAecDump() = 0;
|
| + virtual void EnableAudioDebugRecordings(const base::FilePath& file) = 0;
|
| + virtual void DisableAudioDebugRecordings() = 0;
|
|
|
| // When set, |callback| receives log messages regarding, for example, media
|
| // devices (webcams, mics, etc) that were initially requested in the render
|
|
|