commit | 349ade3a4b927bf1060d26d0f8152aa243e7714c | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Fri Nov 16 08:50:42 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Nov 16 09:56:54 2018 |
tree | 0ceffc5bd833c6fbd49db7fc1d3b0ed6f63226d4 | |
parent | 25a3a97f591a6b6184b8a17826228830ff246980 [diff] |
Delete class ChannelReceiveProxy. Replaced by an interface ChannelReceiveInterface, implemented by ChannelReceive and the corresponding mock class. Moved thread checkers to ChannelReceive. That class is moved to the anonymous namespace in the .cc file, and exposed only via a function CreateChannelReceive. Bug: webrtc:9801 Change-Id: Iecacbb1858885bf86da9484f2422e53323dbe87a Reviewed-on: https://webrtc-review.googlesource.com/c/110610 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25665}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.