Chromium Code Reviews| Index: content/browser/web_contents/web_contents_impl.cc |
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
| index 47871dc6e5e25be55f31073bbf4d3fd1f6cc9c9e..1f3d12c3d6c5839311b1f8554db5c9a59dc80794 100644 |
| --- a/content/browser/web_contents/web_contents_impl.cc |
| +++ b/content/browser/web_contents/web_contents_impl.cc |
| @@ -3299,11 +3299,6 @@ void WebContentsImpl::RenderViewTerminated(RenderViewHost* rvh, |
| NotifyDisconnected(); |
| SetIsCrashed(status, error_code); |
| -#if defined(OS_ANDROID) |
| - if (GetRenderViewHostImpl()->media_player_manager()) |
| - GetRenderViewHostImpl()->media_player_manager()->DestroyAllMediaPlayers(); |
|
xhwang
2014/05/12 17:01:58
This should be taken care of by MediaWebContentsOb
|
| -#endif |
| - |
| FOR_EACH_OBSERVER(WebContentsObserver, |
| observers_, |
| RenderProcessGone(GetCrashedStatus())); |