| 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 a5710151289715790eff70cf6d556e63cdc38a19..486a11c3a271f2c31cac07a4b78f2f4944e983bf 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -113,6 +113,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| void ClearHistory(JNIEnv* env, jobject obj);
|
| void SetClient(JNIEnv* env, jobject obj, jobject jclient);
|
| jint EvaluateJavaScript(JNIEnv* env, jobject obj, jstring script);
|
| + virtual base::android::ScopedJavaLocalRef<jobject> GetJavaObject() OVERRIDE;
|
| void AddJavascriptInterface(JNIEnv* env,
|
| jobject obj,
|
| jobject object,
|
|
|