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

Unified Diff: content/renderer/media/android/webmediaplayer_android.h

Issue 580093005: Fix the loop behavior on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: content/renderer/media/android/webmediaplayer_android.h
diff --git a/content/renderer/media/android/webmediaplayer_android.h b/content/renderer/media/android/webmediaplayer_android.h
index d6b7575a7b9e9414920aa5709c25643da87bcfc3..640547db92fa065fec850940b361baf379471674 100644
--- a/content/renderer/media/android/webmediaplayer_android.h
+++ b/content/renderer/media/android/webmediaplayer_android.h
@@ -462,10 +462,6 @@ class WebMediaPlayerAndroid : public blink::WebMediaPlayer,
scoped_ptr<MediaSourceDelegate,
MediaSourceDelegate::Destroyer> media_source_delegate_;
- // Internal pending playback state.
- // Store a playback request that cannot be started immediately.
- bool pending_playback_;
-
MediaPlayerHostMsg_Initialize_Type player_type_;
// Whether the browser is currently connected to a remote media player.

Powered by Google App Engine
This is Rietveld 408576698