Chromium Code Reviews| Index: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h | 
| diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h | 
| index f21c107581e9048a2f92adb94315538110b25995..1a9e07e59cf35c7cd0412f859be67526573ee1e2 100644 | 
| --- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h | 
| +++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h | 
| @@ -29,6 +29,11 @@ RTC_EXPORT | 
| - (instancetype)init NS_DESIGNATED_INITIALIZER; | 
| +- (BOOL) startAecDump:(int)fileDescriptor | 
| 
 
tkchin_webrtc
2016/08/24 00:42:20
nit: no space after (BOOL)
 
peah-webrtc
2016/08/25 09:25:08
Done.
 
 | 
| + fileSizeLimitBytes:(int)fileSizeLimitBytes; | 
| + | 
| +- (void)stopAecDump; | 
| + | 
| /** Initialize an RTCAVFoundationVideoSource with constraints. */ | 
| - (RTCAVFoundationVideoSource *)avFoundationVideoSourceWithConstraints: | 
| (nullable RTCMediaConstraints *)constraints; |