| 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 488b2aad2b3a476c6366e1db50323de67f8e74ca..f851d3bafd531d565709daaa0ac88412aabbafe3 100644
|
| --- a/content/public/browser/render_process_host.h
|
| +++ b/content/public/browser/render_process_host.h
|
| @@ -18,6 +18,7 @@
|
| #include "content/common/content_export.h"
|
| #include "ipc/ipc_channel_proxy.h"
|
| #include "ipc/ipc_sender.h"
|
| +#include "media/media_features.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| class GURL;
|
| @@ -229,7 +230,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
|
| // |empty_allowed| must be set to false for navigations for security reasons.
|
| virtual void FilterURL(bool empty_allowed, GURL* url) = 0;
|
|
|
| -#if defined(ENABLE_WEBRTC)
|
| +#if BUILDFLAG(ENABLE_WEBRTC)
|
| virtual void EnableAudioDebugRecordings(const base::FilePath& file) = 0;
|
| virtual void DisableAudioDebugRecordings() = 0;
|
|
|
|
|