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(); |
} |