Index: content/public/android/java/src/org/chromium/content/browser/ContentVideoViewContextDelegate.java |
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentVideoViewContextDelegate.java b/content/public/android/java/src/org/chromium/content/browser/ContentVideoViewContextDelegate.java |
deleted file mode 100644 |
index e5e781d912e8b2b532d71cd322a84da3951fb424..0000000000000000000000000000000000000000 |
--- a/content/public/android/java/src/org/chromium/content/browser/ContentVideoViewContextDelegate.java |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-package org.chromium.content.browser; |
- |
-import android.content.Context; |
-import android.view.View; |
- |
-/** |
- * Allows customization for clients of the ContentVideoView. |
- * The implementer is responsible for displaying the Android view when |
- * {@link #onShowCustomView(View)} is called. |
- */ |
-public interface ContentVideoViewContextDelegate { |
- public void onShowCustomView(View view); |
- public void onDestroyContentVideoView(); |
- public void keepScreenOn(boolean screenOn); |
- public Context getContext(); |
- public View getVideoLoadingProgressView(); |
-} |