Index: components/web_contents_delegate_android/web_contents_delegate_android.cc |
diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.cc b/components/web_contents_delegate_android/web_contents_delegate_android.cc |
index 731e90068e1faca78a80dca4b0f4d8d228fa8114..5afc0f1fb2cb7744f65ccaab0bab43a089e69c45 100644 |
--- a/components/web_contents_delegate_android/web_contents_delegate_android.cc |
+++ b/components/web_contents_delegate_android/web_contents_delegate_android.cc |
@@ -205,14 +205,6 @@ bool WebContentsDelegateAndroid::ShouldCreateWebContents( |
java_url); |
} |
-bool WebContentsDelegateAndroid::OnGoToEntryOffset(int offset) { |
- JNIEnv* env = AttachCurrentThread(); |
- ScopedJavaLocalRef<jobject> obj = GetJavaDelegate(env); |
- if (obj.is_null()) |
- return true; |
- return Java_WebContentsDelegateAndroid_onGoToEntryOffset(env, obj, offset); |
-} |
- |
void WebContentsDelegateAndroid::WebContentsCreated( |
WebContents* source_contents, |
int opener_render_process_id, |