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

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

Issue 23691066: Hook up WebRTC logging extension API to the underlying functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 2 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/renderer/media/webrtc_logging_initializer.h
diff --git a/content/renderer/media/webrtc_logging_initializer.h b/content/renderer/media/webrtc_logging_initializer.h
index 08abc66a7fddc7bd8bda0d44ccb99a35b977de61..b0fa072d8134c1464c9ac90fb0144c44e34f8225 100644
--- a/content/renderer/media/webrtc_logging_initializer.h
+++ b/content/renderer/media/webrtc_logging_initializer.h
@@ -11,10 +11,6 @@ namespace content {
class WebRtcLogMessageDelegate;
-// Must be called on IO thread.
-void InitWebRtcLogging(const std::string& app_session_id,
- const std::string& app_url);
-
// May be called on any thread.
void WebRtcLogMessage(const std::string& message);
« no previous file with comments | « content/renderer/media/media_stream_dependency_factory.cc ('k') | content/renderer/media/webrtc_logging_initializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698