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

Unified Diff: remoting/host/cast_extension_session.cc

Issue 970513005: Roll WebRTC 8573:8602, Libjingle 8571:8600 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include code updates for interface changes Created 5 years, 10 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
« no previous file with comments | « content/renderer/media/rtc_peer_connection_handler.cc ('k') | third_party/libjingle/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/cast_extension_session.cc
diff --git a/remoting/host/cast_extension_session.cc b/remoting/host/cast_extension_session.cc
index 5b592621022a2fa6d917849aa70c696df3e6b45b..4b65545ed3e558c9b9d652080c0cc46906087fa2 100644
--- a/remoting/host/cast_extension_session.cc
+++ b/remoting/host/cast_extension_session.cc
@@ -141,7 +141,8 @@ class CastStatsObserver : public webrtc::StatsObserver {
for (const auto* report : reports) {
VLOG(1) << "Report " << index++ << ":";
for (const auto& v : report->values()) {
- VLOG(1) << "Stat: " << v->display_name() << "=" << v->value << ".";
+ VLOG(1) << "Stat: " << v.second->display_name() << "="
+ << v.second->value << ".";
}
}
}
« no previous file with comments | « content/renderer/media/rtc_peer_connection_handler.cc ('k') | third_party/libjingle/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698