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 |
////////////////////////////////////////////////////////////////////// |