| 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 9ae9b16779dfaa5e5923963cc39b3c57bc698be1..c4c67e7aa8f4fdc32e14aeeeed54459feba7ae85 100644
|
| --- a/content/public/browser/render_process_host.h
|
| +++ b/content/public/browser/render_process_host.h
|
| @@ -221,9 +221,6 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
|
| virtual void FilterURL(bool empty_allowed, GURL* url) = 0;
|
|
|
| #if defined(ENABLE_WEBRTC)
|
| - 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
|
| // process associated with this RenderProcessHost.
|
|
|