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

Unified Diff: content/browser/media/webrtc/webrtc_internals.h

Issue 1855193002: Move the call to enable the WebRTC event log from PeerConnectionFactory to PeerConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments by dcheng. 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/media/webrtc/webrtc_internals.h
diff --git a/content/browser/media/webrtc/webrtc_internals.h b/content/browser/media/webrtc/webrtc_internals.h
index 57c0e44cb95d635b597569d9a1e50b5fd033c757..78dbeb425a94d78e07e45f5172b4f366fbfc3c7a 100644
--- a/content/browser/media/webrtc/webrtc_internals.h
+++ b/content/browser/media/webrtc/webrtc_internals.h
@@ -196,6 +196,7 @@ class CONTENT_EXPORT WebRTCInternals : public RenderProcessHostObserver,
// Diagnostic event log recording state.
bool event_log_recordings_;
bool selecting_event_log_;
+ int number_event_log_files_;
base::FilePath event_log_recordings_file_path_;
// While |peer_connection_data_| is non-empty, hold an instance of
« no previous file with comments | « no previous file | content/browser/media/webrtc/webrtc_internals.cc » ('j') | content/browser/media/webrtc/webrtc_internals.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698