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

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: Added CONTENT_EXPORT to WebRTCEventLogHost. Created 4 years, 5 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 ddcb67142910329916883f0ea8ba5960bec94d45..35a1d897f070249d8279c411adf37d55799c99d4 100644
--- a/content/browser/media/webrtc/webrtc_internals.h
+++ b/content/browser/media/webrtc/webrtc_internals.h
@@ -102,10 +102,11 @@ class CONTENT_EXPORT WebRTCInternals : public RenderProcessHostObserver,
const base::FilePath& GetAudioDebugRecordingsFilePath() const;
// Enables or disables diagnostic event log.
- void SetEventLogRecordings(bool enable, content::WebContents* web_contents);
+ void EnableEventLogRecordings(content::WebContents* web_contents);
+ void DisableEventLogRecordings();
bool IsEventLogRecordingsEnabled() const;
- const base::FilePath& GetEventLogRecordingsFilePath() const;
+ const base::FilePath& GetEventLogFilePath() const;
protected:
// Constructor/Destructor are protected to allow tests to derive from the
« no previous file with comments | « content/browser/media/webrtc/webrtc_eventlog_host_unittest.cc ('k') | content/browser/media/webrtc/webrtc_internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698