| Index: content/browser/media/webrtc/webrtc_eventlog_host.h
|
| diff --git a/content/browser/media/webrtc/webrtc_eventlog_host.h b/content/browser/media/webrtc/webrtc_eventlog_host.h
|
| index 8c3377a7804c82a6c231b695bd5e8cbf0405e3e4..feaa34d6a00077e80ab8e5ed332bead84d02576b 100644
|
| --- a/content/browser/media/webrtc/webrtc_eventlog_host.h
|
| +++ b/content/browser/media/webrtc/webrtc_eventlog_host.h
|
| @@ -40,6 +40,8 @@ class CONTENT_EXPORT WebRTCEventLogHost {
|
| // PeerConnection was removed in the corresponding render process.
|
| void PeerConnectionRemoved(int peer_connection_local_id);
|
|
|
| + base::WeakPtr<WebRTCEventLogHost> GetWeakPtr();
|
| +
|
| private:
|
| // Actually start the eventlog for a single PeerConnection using the path
|
| // stored in base_file_path_.
|
|
|