Chromium Code Reviews| Index: content/browser/renderer_host/render_process_host_impl.h |
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
| index 7580068dff19cda345e3087b6a0e029e7ebf2f96..9b1f1410706d956d8c5ab2074ff41a6a48772712 100644 |
| --- a/content/browser/renderer_host/render_process_host_impl.h |
| +++ b/content/browser/renderer_host/render_process_host_impl.h |
| @@ -150,6 +150,7 @@ class CONTENT_EXPORT RenderProcessHostImpl |
| void DisableEventLogRecordings() override; |
| void SetWebRtcLogMessageCallback( |
| base::Callback<void(const std::string&)> callback) override; |
| + void UnsetWebRtcLogMessageCallback() override; |
|
tommi (sloooow) - chröme
2016/04/07 12:51:44
nit: s/Unset/Clear
Henrik Grunell
2016/04/07 13:34:53
Done.
|
| WebRtcStopRtpDumpCallback StartRtpDump( |
| bool incoming, |
| bool outgoing, |