| 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 232fa444d4cb4523c5afd78b02cb920d31837fe4..1eed16760b8ca60b17863244a236ae49e23ecebd 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -158,7 +158,10 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| void ContinuePendingReload(JNIEnv* env, jobject obj);
|
| jboolean NeedsReload(JNIEnv* env, jobject obj);
|
| void ClearHistory(JNIEnv* env, jobject obj);
|
| - jint EvaluateJavaScript(JNIEnv* env, jobject obj, jstring script);
|
| + void EvaluateJavaScript(JNIEnv* env,
|
| + jobject obj,
|
| + jstring script,
|
| + jobject callback);
|
| int GetNativeImeAdapter(JNIEnv* env, jobject obj);
|
| void SetFocus(JNIEnv* env, jobject obj, jboolean focused);
|
| void ScrollFocusedEditableNodeIntoView(JNIEnv* env, jobject obj);
|
|
|