summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libjingle/README.chromium')
-rw-r--r--third_party/libjingle/README.chromium2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium
index 3259d69..a4d124e 100644
--- a/third_party/libjingle/README.chromium
+++ b/third_party/libjingle/README.chromium
@@ -38,3 +38,5 @@ Local Modifications:
* Added a #define guard to libjingle's base/logging.h to prevent the
LOG() macros from being redefined when included by users of the
library. The #define guard is SAFE_TO_DEFINE_TALK_BASE_LOGGING_MACROS.
+ * Updated signalthread.* and dependencies to add threadcounting and
+ improve multithread safety.