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 cbc9317b7ae067835f5aa5214a75d974e3af78ab..b03e5cac964b96e50c00fbc7139ab5a3ca49723b 100644 |
--- a/third_party/libjingle/overrides/talk/base/logging.h |
+++ b/third_party/libjingle/overrides/talk/base/logging.h |
@@ -154,6 +154,8 @@ void LogMultiline(LoggingSeverity level, const char* label, bool input, |
void InitDiagnosticLoggingDelegateFunction( |
void (*delegate)(const std::string&)); |
+void SetExtraLoggingInit( |
+ void (*function)(void (*delegate)(const std::string&))); |
} // namespace talk_base |
////////////////////////////////////////////////////////////////////// |