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 e319313df2db8a47b130ca3404f173da82b5f6e1..bf4f8e942f2aedc95224e667e37fe046e2f3fc3b 100644 |
--- a/content/browser/media/webrtc/webrtc_internals.h |
+++ b/content/browser/media/webrtc/webrtc_internals.h |
@@ -99,10 +99,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 |