commit | 2d8c3f01ace7e36a9ee7d94a02cf86b9d1dbc100 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Fri Dec 01 18:02:22 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Dec 01 18:54:37 2017 |
tree | a4c7d9efef2e195751607070acf32543ad6b33d3 | |
parent | 9555e67db5ebca2ed875c92547bd9371d865e74c [diff] |
Remove unused methods from rtc::Thread. These methods are platform specific and give access to member variables from an unknown thread context (no thread check, no lock). Since these methods aren't being used, it simplifies a minor refactoring project to simply delete them. TBR=brandtr@webrtc.org Bug: webrtc:8596 Change-Id: I85424820d171805dcc3d74317f0e51965402052a Reviewed-on: https://webrtc-review.googlesource.com/28281 Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20983}
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.