Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 1871533002: Change WebRTC log callback registration in browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698