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

Unified Diff: media/remoting/remoting_source_impl.cc

Issue 2631993002: Media Remoting: UMAs to track session events and measurements. (Closed)
Patch Set: REBASE before commit 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
« no previous file with comments | « media/remoting/remoting_renderer_controller.cc ('k') | media/remoting/triggers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « media/remoting/remoting_renderer_controller.cc ('k') | media/remoting/triggers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698