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

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

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.h
diff --git a/third_party/libjingle/overrides/talk/base/logging.h b/third_party/libjingle/overrides/talk/base/logging.h
index 5203916023a0fcec24358e3cf95eacd0b130e918..7f19a92e320f0e3e3a8a9947fbeeb56b836e54d2 100644
--- a/third_party/libjingle/overrides/talk/base/logging.h
+++ b/third_party/libjingle/overrides/talk/base/logging.h
@@ -169,6 +169,11 @@ void LogMultiline(LoggingSeverity level, const char* label, bool input,
// must be called from the same thread.
void InitDiagnosticLoggingDelegate(LogMessageDelegate* delegate);
+// Tells the logging delegate to initialize diagnostic logging. May only be
+// called on the signalling thread.
+void InitDiagnosticLoggingInEmbedder(const std::string& app_session_id,
+ const std::string& app_url);
+
} // namespace talk_base
//////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698