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

Unified Diff: media/cast/video_sender/video_sender.cc

Issue 163553006: Cast: Refactoring Cast API's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: media/cast/video_sender/video_sender.cc
diff --git a/media/cast/video_sender/video_sender.cc b/media/cast/video_sender/video_sender.cc
index 7a3d55b4fa7db428dbd50070e4be6395b7672fac..2df051322fda2f6c34bde712cf0a83e4209f5883 100644
--- a/media/cast/video_sender/video_sender.cc
+++ b/media/cast/video_sender/video_sender.cc
@@ -149,7 +149,7 @@ VideoSender::VideoSender(
// and remove this call.
cast_environment_->PostTask(
CastEnvironment::MAIN, FROM_HERE,
- base::Bind(initialization_status, STATUS_INITIALIZED));
+ base::Bind(initialization_status, STATUS_VIDEO_INITIALIZED));
cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber_);
}

Powered by Google App Engine
This is Rietveld 408576698