Index: content/public/renderer/media/webrtc_logging_initializer.h |
diff --git a/content/public/renderer/media/webrtc_logging_initializer.h b/content/public/renderer/media/webrtc_logging_initializer.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..06cc97be7a29293b4a497757c56f2936696f3116 |
--- /dev/null |
+++ b/content/public/renderer/media/webrtc_logging_initializer.h |
@@ -0,0 +1,20 @@ |
+// Copyright 2013 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef CONTENT_PUBLIC_RENDERER_MEDIA_WEBRTC_LOGGING_INITIALIZER_H_ |
+#define CONTENT_PUBLIC_RENDERER_MEDIA_WEBRTC_LOGGING_INITIALIZER_H_ |
+ |
+#include "content/common/content_export.h" |
+ |
+namespace content { |
+ |
+class WebRtcLogMessageDelegate; |
+ |
+// Must be called on IO thread. |
+CONTENT_EXPORT void InitWebRtcLoggingDelegate( |
+ WebRtcLogMessageDelegate* delegate); |
+ |
+} // namespace content |
+ |
+#endif // CONTENT_PUBLIC_RENDERER_MEDIA_WEBRTC_LOGGING_INITIALIZER_H_ |