Chromium Code Reviews

Unified Diff: content/browser/media/android/browser_media_player_manager.h

Issue 1021723003: Android: Never automatically enter fullscreen when media playback starts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete IsProtectedSurfaceRequired(). Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | content/browser/media/android/browser_media_player_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/android/browser_media_player_manager.h
diff --git a/content/browser/media/android/browser_media_player_manager.h b/content/browser/media/android/browser_media_player_manager.h
index 05040a15fb9793907162382f00bafbbbcbd6d404..044cced8d354f3dd795fd0319cb898c87ebcd933 100644
--- a/content/browser/media/android/browser_media_player_manager.h
+++ b/content/browser/media/android/browser_media_player_manager.h
@@ -97,8 +97,6 @@ class CONTENT_EXPORT BrowserMediaPlayerManager
media::MediaPlayerAndroid* GetPlayer(int player_id) override;
void RequestFullScreen(int player_id) override;
#if defined(VIDEO_HOLE)
- bool ShouldUseVideoOverlayForEmbeddedEncryptedVideo() override;
-
void AttachExternalVideoSurface(int player_id, jobject surface);
void DetachExternalVideoSurface(int player_id);
void OnFrameInfoUpdated();
« no previous file with comments | « no previous file | content/browser/media/android/browser_media_player_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine