| Index: media/base/pipeline.cc
|
| diff --git a/media/base/pipeline.cc b/media/base/pipeline.cc
|
| index 6afd17fecbce44f766ff262ac63566a1339b8322..b55ea65020fc88ac4114d72d2f5ede11f3c1fefc 100644
|
| --- a/media/base/pipeline.cc
|
| +++ b/media/base/pipeline.cc
|
| @@ -720,11 +720,6 @@ void Pipeline::StopTask(const base::Closure& stop_cb) {
|
| return;
|
| }
|
|
|
| - // TODO(scherkus): Remove after pipeline state machine refactoring has some
|
| - // time to bake http://crbug.com/110228
|
| - if (video_renderer_)
|
| - video_renderer_->PrepareForShutdownHack();
|
| -
|
| SetState(kStopping);
|
| pending_callbacks_.reset();
|
| stop_cb_ = stop_cb;
|
|
|