Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: content/public/renderer/media/webrtc_logging_initializer.h

Issue 15741003: Moving WebRTC logging related files from content to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changing log message delegation path to go via content. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698