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

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: using weak reference in native side Created 7 years, 8 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 6eb21b63e51f4e80d0fecfcd6a5789074229529d..0000000000000000000000000000000000000000
--- a/content/public/android/java/src/org/chromium/content/browser/ContentVideoViewContextDelegate.java
+++ /dev/null
@@ -1,20 +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 Context getContext();
- public View getVideoLoadingProgressView();
-}

Powered by Google App Engine
This is Rietveld 408576698