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 f154585b299daa0eb03641e17ba460ee0c16b5bf..ceaf6063989d2ba6f22421cea209cc558448c758 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -3402,11 +3402,6 @@ void WebContentsImpl::RenderViewTerminated(RenderViewHost* rvh, |
ResetLoadProgressState(); |
loading_frames_in_progress_ = 0; |
-#if defined(OS_ANDROID) |
- if (GetRenderViewHostImpl()->media_player_manager()) |
- GetRenderViewHostImpl()->media_player_manager()->DestroyAllMediaPlayers(); |
-#endif |
- |
FOR_EACH_OBSERVER(WebContentsObserver, |
observers_, |
RenderProcessGone(GetCrashedStatus())); |