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

Unified Diff: media/base/android/media_player_android.cc

Issue 1132973002: Revert of Added stub MediaSourcePlayer for developing behind the flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « media/base/android/media_player_android.h ('k') | media/base/media_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_player_android.cc
diff --git a/media/base/android/media_player_android.cc b/media/base/android/media_player_android.cc
index 6ad9647162ff5670edafd0a6618f2c141f4ec4a8..9f224c9b675cb08e80f6cf87460cddbff65e440d 100644
--- a/media/base/android/media_player_android.cc
+++ b/media/base/android/media_player_android.cc
@@ -81,11 +81,6 @@
listener_->ReleaseMediaPlayerListenerResources();
}
-void MediaPlayerAndroid::DestroyListenerOnUIThread() {
- weak_factory_.InvalidateWeakPtrs();
- listener_.reset();
-}
-
void MediaPlayerAndroid::SetAudible(bool is_audible) {
if (is_audible_ != is_audible) {
is_audible_ = is_audible;
« no previous file with comments | « media/base/android/media_player_android.h ('k') | media/base/media_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698