// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "init_webrtc.h" #include "third_party/webrtc/rtc_base/event_tracer.h" #include "third_party/webrtc/system_wrappers/include/cpu_info.h" bool InitializeWebRtcModuleBeforeSandbox() { … } void InitializeWebRtcModule() { … }