diff options
Diffstat (limited to 'content/public/browser/render_process_host.h')
-rw-r--r-- | content/public/browser/render_process_host.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h index faa42eb..436108a 100644 --- a/content/public/browser/render_process_host.h +++ b/content/public/browser/render_process_host.h @@ -215,12 +215,6 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender, #if defined(ENABLE_WEBRTC) virtual void EnableAecDump(const base::FilePath& file) = 0; virtual void DisableAecDump() = 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. - virtual void SetWebRtcLogMessageCallback( - base::Callback<void(const std::string&)> callback) = 0; #endif // Static management functions ----------------------------------------------- |