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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/ContentVideoViewClient.java

Issue 25040002: Enables fullscreen subtitle and media control from Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@build_hack
Patch Set: Created 7 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/public/android/java/src/org/chromium/content/browser/ContentVideoViewClient.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentVideoViewClient.java b/content/public/android/java/src/org/chromium/content/browser/ContentVideoViewClient.java
index 985f993f25f169779079dfc5a387259cd0ec1bd7..7991ff31c8d1f2a3eaf48682c28337f2bab4e37b 100644
--- a/content/public/android/java/src/org/chromium/content/browser/ContentVideoViewClient.java
+++ b/content/public/android/java/src/org/chromium/content/browser/ContentVideoViewClient.java
@@ -34,10 +34,4 @@ public interface ContentVideoViewClient {
* If null is returned, the default video loading view is used.
*/
public View getVideoLoadingProgressView();
-
- /**
- * Allows the embedder to replace the default playback controls by returning a custom
- * implementation. If null is returned, the default controls are used.
- */
- public ContentVideoViewControls createControls();
}

Powered by Google App Engine
This is Rietveld 408576698