Chromium Code Reviews| Index: third_party/libjingle/overrides/init_webrtc.h |
| diff --git a/third_party/libjingle/overrides/init_webrtc.h b/third_party/libjingle/overrides/init_webrtc.h |
| index fd78e76c0e3e27d3cbcd3d531ca32d841430ac9a..88e8880272af17e562c4bae1349de6dfdac49f22 100644 |
| --- a/third_party/libjingle/overrides/init_webrtc.h |
| +++ b/third_party/libjingle/overrides/init_webrtc.h |
| @@ -8,6 +8,7 @@ |
| #include "allocator_shim/allocator_stub.h" |
| #include "base/logging.h" |
| #include "third_party/webrtc/system_wrappers/interface/event_tracer.h" |
| +#include "third_party/webrtc/system_wrappers/interface/field_trial.h" |
| namespace base { |
| class CommandLine; |
| @@ -49,6 +50,7 @@ typedef bool (*InitializeModuleFunction)( |
| logging::LogMessageHandlerFunction log_handler, |
| webrtc::GetCategoryEnabledPtr trace_get_category_enabled, |
| webrtc::AddTraceEventPtr trace_add_trace_event, |
| + webrtc::field_trial::FindFullNameMethod field_trial_find, |
|
tommi (sloooow) - chröme
2014/05/10 07:26:22
Can we pass as pointer like we do for the other me
|
| CreateWebRtcMediaEngineFunction* create_media_engine, |
| DestroyWebRtcMediaEngineFunction* destroy_media_engine, |
| InitDiagnosticLoggingDelegateFunctionFunction* init_diagnostic_logging); |