| OLD | NEW |
| (Empty) |
| 1 // Copyright 2013 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #ifndef THIRD_PARTY_LIBJINGLE_OVERRIDES_INIT_WEBRTC_H_ | |
| 6 #define THIRD_PARTY_LIBJINGLE_OVERRIDES_INIT_WEBRTC_H_ | |
| 7 | |
| 8 // Initialize WebRTC. Call this explicitly to initialize WebRTC module | |
| 9 // (before initializing the sandbox in Chrome) and hook up Chrome+WebRTC | |
| 10 // integration such as common logging and tracing. | |
| 11 bool InitializeWebRtcModule(); | |
| 12 | |
| 13 #endif // THIRD_PARTY_LIBJINGLE_OVERRIDES_INIT_WEBRTC_H_ | |
| OLD | NEW |