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

Unified Diff: third_party/libjingle/overrides/talk/base/logging.cc

Issue 15741003: Moving WebRTC logging related files from content to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed some errors. 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: third_party/libjingle/overrides/talk/base/logging.cc
diff --git a/third_party/libjingle/overrides/talk/base/logging.cc b/third_party/libjingle/overrides/talk/base/logging.cc
index 88fa9f8029e229fad7d16b36844a397b82b6efd2..23deb70b5eb5ad9640557bd17e32752498086451 100644
--- a/third_party/libjingle/overrides/talk/base/logging.cc
+++ b/third_party/libjingle/overrides/talk/base/logging.cc
@@ -286,4 +286,10 @@ void InitDiagnosticLoggingDelegate(LogMessageDelegate* delegate) {
g_logging_delegate = delegate;
}
+void InitDiagnosticLoggingInEmbedder(const std::string& app_session_id,
+ const std::string& app_url) {
+ if (g_logging_delegate)
+ g_logging_delegate->InitLogging(app_session_id, app_url);
+}
+
} // namespace talk_base

Powered by Google App Engine
This is Rietveld 408576698