Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: content/public/browser/android/content_view_core.h

Issue 10911012: Upstream Android IME support (ImeAdapter). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698