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

Side by Side Diff: webrtc/api/peerconnectioninterface.h

Issue 2035473004: RTCPeerConnectionInterface.mm createNativeConfiguration and other clean-up. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed presubmit warnings (lines longer than) Created 4 years, 6 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 unified diff | Download patch
« no previous file with comments | « webrtc/api/dtlsidentitystore.cc ('k') | webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2012 The WebRTC project authors. All Rights Reserved. 2 * Copyright 2012 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 50
51 #ifndef WEBRTC_API_PEERCONNECTIONINTERFACE_H_ 51 #ifndef WEBRTC_API_PEERCONNECTIONINTERFACE_H_
52 #define WEBRTC_API_PEERCONNECTIONINTERFACE_H_ 52 #define WEBRTC_API_PEERCONNECTIONINTERFACE_H_
53 53
54 #include <memory> 54 #include <memory>
55 #include <string> 55 #include <string>
56 #include <utility> 56 #include <utility>
57 #include <vector> 57 #include <vector>
58 58
59 #include "webrtc/api/datachannelinterface.h" 59 #include "webrtc/api/datachannelinterface.h"
60 #include "webrtc/api/dtlsidentitystore.h"
61 #include "webrtc/api/dtmfsenderinterface.h" 60 #include "webrtc/api/dtmfsenderinterface.h"
62 #include "webrtc/api/jsep.h" 61 #include "webrtc/api/jsep.h"
63 #include "webrtc/api/mediastreaminterface.h" 62 #include "webrtc/api/mediastreaminterface.h"
64 #include "webrtc/api/rtpreceiverinterface.h" 63 #include "webrtc/api/rtpreceiverinterface.h"
65 #include "webrtc/api/rtpsenderinterface.h" 64 #include "webrtc/api/rtpsenderinterface.h"
66 #include "webrtc/api/statstypes.h" 65 #include "webrtc/api/statstypes.h"
67 #include "webrtc/api/umametrics.h" 66 #include "webrtc/api/umametrics.h"
68 #include "webrtc/base/fileutils.h" 67 #include "webrtc/base/fileutils.h"
69 #include "webrtc/base/network.h" 68 #include "webrtc/base/network.h"
70 #include "webrtc/base/rtccertificate.h" 69 #include "webrtc/base/rtccertificate.h"
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 cricket::WebRtcVideoEncoderFactory* encoder_factory, 721 cricket::WebRtcVideoEncoderFactory* encoder_factory,
723 cricket::WebRtcVideoDecoderFactory* decoder_factory) { 722 cricket::WebRtcVideoDecoderFactory* decoder_factory) {
724 return CreatePeerConnectionFactory( 723 return CreatePeerConnectionFactory(
725 worker_and_network_thread, worker_and_network_thread, signaling_thread, 724 worker_and_network_thread, worker_and_network_thread, signaling_thread,
726 default_adm, encoder_factory, decoder_factory); 725 default_adm, encoder_factory, decoder_factory);
727 } 726 }
728 727
729 } // namespace webrtc 728 } // namespace webrtc
730 729
731 #endif // WEBRTC_API_PEERCONNECTIONINTERFACE_H_ 730 #endif // WEBRTC_API_PEERCONNECTIONINTERFACE_H_
OLDNEW
« no previous file with comments | « webrtc/api/dtlsidentitystore.cc ('k') | webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698