| Index: trunk/src/content/public/browser/render_process_host.h
|
| ===================================================================
|
| --- trunk/src/content/public/browser/render_process_host.h (revision 247547)
|
| +++ trunk/src/content/public/browser/render_process_host.h (working copy)
|
| @@ -215,12 +215,6 @@
|
| #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 -----------------------------------------------
|
|
|