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

Unified Diff: media/remoting/remoting_source_impl.cc

Issue 2631993002: Media Remoting: UMAs to track session events and measurements. (Closed)
Patch Set: Fixes per 1st round comments from xjz and holte. Created 3 years, 11 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: media/remoting/remoting_source_impl.cc
diff --git a/media/remoting/remoting_source_impl.cc b/media/remoting/remoting_source_impl.cc
index 4f3bc351e4101c46501c742e6466a6ebb1b63b20..136d758d94fc558a1add4ca51baa1323661f153c 100644
--- a/media/remoting/remoting_source_impl.cc
+++ b/media/remoting/remoting_source_impl.cc
@@ -160,7 +160,6 @@ void RemotingSourceImpl::AddClient(Client* client) {
DCHECK(std::find(clients_.begin(), clients_.end(), client) == clients_.end());
clients_.push_back(client);
- client->OnSessionStateChanged();
}
void RemotingSourceImpl::RemoveClient(Client* client) {

Powered by Google App Engine
This is Rietveld 408576698