| Index: content/public/browser/android/content_view_core.h
|
| diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
|
| index e5eee9a46267b038488f1e575526cd58620f6a10..11ee5cd0369cf1af36402878d921e71a433d27dc 100644
|
| --- a/content/public/browser/android/content_view_core.h
|
| +++ b/content/public/browser/android/content_view_core.h
|
| @@ -35,6 +35,16 @@ class ContentViewCore {
|
| WebContents* web_contents);
|
| static ContentViewCore* GetNativeContentViewCore(JNIEnv* env, jobject obj);
|
|
|
| + // --------------------------------------------------------------------------
|
| + // Methods called from Java via JNI
|
| + // --------------------------------------------------------------------------
|
| +
|
| + virtual int GetNativeImeAdapter(JNIEnv* env, jobject obj) = 0;
|
| +
|
| + // --------------------------------------------------------------------------
|
| + // Methods called from native code
|
| + // --------------------------------------------------------------------------
|
| +
|
| virtual base::android::ScopedJavaLocalRef<jobject> GetJavaObject() = 0;
|
|
|
| protected:
|
|
|