| Index: content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java b/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java
|
| index d5b89bc6586b6da34c0c5f8ffd264a9cae161e1a..0f528187c68a4237afc2df7f91c0e021d28fac0c 100644
|
| --- a/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java
|
| +++ b/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java
|
| @@ -157,19 +157,6 @@ public class ContentViewClient {
|
| }
|
| }
|
|
|
| - public ContentVideoViewEmbedder getContentVideoViewEmbedder() {
|
| - return null;
|
| - }
|
| -
|
| - /**
|
| - * Called when BrowserMediaPlayerManager wants to load a media resource.
|
| - * @param url the URL of media resource to load.
|
| - * @return true to prevent the resource from being loaded.
|
| - */
|
| - public boolean shouldBlockMediaRequest(String url) {
|
| - return false;
|
| - }
|
| -
|
| /**
|
| * Check whether a key should be propagated to the embedder or not.
|
| * We need to send almost every key to Blink. However:
|
| @@ -259,11 +246,4 @@ public class ContentViewClient {
|
| public int getSystemWindowInsetBottom() {
|
| return 0;
|
| }
|
| -
|
| - /**
|
| - * Return the product version.
|
| - */
|
| - public String getProductVersion() {
|
| - return "";
|
| - }
|
| }
|
|
|