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

Unified Diff: third_party/libjingle/overrides/init_webrtc.cc

Issue 14617016: Forward log calls to Chrome's log handler and not create a specific log file for libpeerconnection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « third_party/libjingle/overrides/init_webrtc.h ('k') | third_party/libjingle/overrides/initialize_module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/overrides/init_webrtc.cc
diff --git a/third_party/libjingle/overrides/init_webrtc.cc b/third_party/libjingle/overrides/init_webrtc.cc
index 3fdb7241d9ef28165b0df46fc9b8bb8d4d2940a6..63e33947aeac7d4284043860ab6fd19102c9b4a3 100644
--- a/third_party/libjingle/overrides/init_webrtc.cc
+++ b/third_party/libjingle/overrides/init_webrtc.cc
@@ -6,7 +6,6 @@
#include "base/command_line.h"
#include "base/files/file_path.h"
-#include "base/logging.h"
#include "base/native_library.h"
#include "base/path_service.h"
#include "talk/base/basictypes.h"
@@ -78,6 +77,7 @@ bool InitializeWebRtcModule() {
#if !defined(OS_MACOSX)
&Allocate, &Dellocate,
#endif
+ logging::GetLogMessageHandler(),
&g_create_webrtc_media_engine, &g_destroy_webrtc_media_engine);
}
« no previous file with comments | « third_party/libjingle/overrides/init_webrtc.h ('k') | third_party/libjingle/overrides/initialize_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698