commit | 393a9f6926636b94ec8accd5dfe4cd6e5c8ebafe | [log] [tgz] |
---|---|---|
author | eladalon <eladalon@webrtc.org> | Tue Sep 05 04:30:30 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 05 11:30:30 2017 +0000 |
tree | 193d4a1ebca1639315846d09c53a2fe201cb9bd6 | |
parent | 7eb938d4c065014a6d33a4258b6e85e28de28359 [diff] |
Avoid construction of unused RtcEventLogNullImpl object This CL addresses to nits: 1. When event_log_factory_ is not null, there's no need to create a RtcEventLogNullImpl object. 2. Use MakeUnique. BUG=None Review-Url: https://codereview.webrtc.org/3012763002 Cr-Commit-Position: refs/heads/master@{#19686}
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.