Finish refactoring of DomCodeToUsLayoutKeyboardCode().
[chromium-blink-merge.git] / third_party / libjingle / overrides / init_webrtc.h
blob4a7db383a15f1b5105a4daf884e5dc99b940e655
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.
5 #ifndef THIRD_PARTY_LIBJINGLE_OVERRIDES_INIT_WEBRTC_H_
6 #define THIRD_PARTY_LIBJINGLE_OVERRIDES_INIT_WEBRTC_H_
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();
13 #endif // THIRD_PARTY_LIBJINGLE_OVERRIDES_INIT_WEBRTC_H_