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

Unified Diff: content/renderer/media/media_stream_dispatcher.cc

Issue 524363003: Changed name of MediaStreamImpl to UserMediaClientImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: content/renderer/media/media_stream_dispatcher.cc
diff --git a/content/renderer/media/media_stream_dispatcher.cc b/content/renderer/media/media_stream_dispatcher.cc
index 38fdefc569f24d773128beb1d2e82059043f8167..361a4ceae92ddde18b8dc8a8a585454194f70eb9 100644
--- a/content/renderer/media/media_stream_dispatcher.cc
+++ b/content/renderer/media/media_stream_dispatcher.cc
@@ -208,7 +208,7 @@ void MediaStreamDispatcher::CloseDevice(const std::string& label) {
}
void MediaStreamDispatcher::OnDestruct() {
- // Do not self-destruct. MediaStreamImpl owns |this|.
+ // Do not self-destruct. UserMediaClientImpl owns |this|.
}
bool MediaStreamDispatcher::Send(IPC::Message* message) {

Powered by Google App Engine
This is Rietveld 408576698