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

Unified Diff: webrtc/pc/channelmanager.h

Issue 1748403002: Move RtcEventLog object from inside VoiceEngine to Call. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Processed review comments and rebased. Created 4 years, 9 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: webrtc/pc/channelmanager.h
diff --git a/webrtc/pc/channelmanager.h b/webrtc/pc/channelmanager.h
index 72a2f056b5a4c0b6bb797f1a5792f575bb8a9ee3..b3af256115d575e464aed16c9ca3d3439d6dd57c 100644
--- a/webrtc/pc/channelmanager.h
+++ b/webrtc/pc/channelmanager.h
@@ -125,11 +125,7 @@ class ChannelManager {
// Stops recording AEC dump.
void StopAecDump();
- // Starts RtcEventLog using existing file.
- bool StartRtcEventLog(rtc::PlatformFile file);
-
- // Stops logging RtcEventLog.
- void StopRtcEventLog();
+ sigslot::signal2<VideoCapturer*, CaptureState> SignalVideoCaptureStateChange;
the sun 2016/03/23 10:26:45 bad merge?
ivoc 2016/03/23 14:27:26 Oh, oops, I think this is from the common ancestor
private:
typedef std::vector<VoiceChannel*> VoiceChannels;

Powered by Google App Engine
This is Rietveld 408576698