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

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

Issue 13669003: Refactoring ContentVideoViewContextDelegate.java (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 7 years, 6 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/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();
-}

Powered by Google App Engine
This is Rietveld 408576698