Index: content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java |
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java |
index be34d7dcd57cad827f55dae5c70fc4d44f7cdb6f..cd46b8299f2074c3706d1eee1986f19ceae3d0cf 100644 |
--- a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java |
+++ b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java |
@@ -1031,15 +1031,6 @@ public class ContentViewCore implements AccessibilityStateChangeListener, Screen |
return mNativeContentViewCore != 0; |
} |
- /** |
- * This is only useful for passing over JNI to native code that requires ContentViewCore*. |
- * @return native ContentViewCore pointer. |
- */ |
- @CalledByNative |
- long getNativeContentViewCore() { |
- return mNativeContentViewCore; |
- } |
- |
public void setContentViewClient(ContentViewClient client) { |
if (client == null) { |
throw new IllegalArgumentException("The client can't be null."); |