Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index 217d343dc59d94cb2ca29fff5296512b1529c224..a389d466d25a1525097a814f62e2d06b4819fcda 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -159,11 +159,6 @@ class ContentViewCoreImpl : public ContentViewCore, |
jboolean enabled); |
void ClearHistory(JNIEnv* env, jobject obj); |
- void EvaluateJavaScript(JNIEnv* env, |
- jobject obj, |
- jstring script, |
- jobject callback, |
- jboolean start_renderer); |
void PostMessageToFrame(JNIEnv* env, jobject obj, jstring frame_id, |
jstring message, jstring source_origin, jstring target_origin); |
long GetNativeImeAdapter(JNIEnv* env, jobject obj); |