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

Unified Diff: content/browser/renderer_host/ime_adapter_android.h

Issue 1771223002: Migrate *-ime-thread switches to feature API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: plumb imeadapter instead and fixed nits Created 4 years, 9 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/browser/renderer_host/ime_adapter_android.h
diff --git a/content/browser/renderer_host/ime_adapter_android.h b/content/browser/renderer_host/ime_adapter_android.h
index 813593142b6c83fa5cf6b04d0bc0bc8f9e51bbcd..9e60700d8fcc9ded055b1505923ea2b7dfac9460 100644
--- a/content/browser/renderer_host/ime_adapter_android.h
+++ b/content/browser/renderer_host/ime_adapter_android.h
@@ -77,6 +77,7 @@ class ImeAdapterAndroid {
void ResetImeAdapter(JNIEnv*, const base::android::JavaParamRef<jobject>&);
bool RequestTextInputStateUpdate(JNIEnv*,
const base::android::JavaParamRef<jobject>&);
+ bool IsImeThreadEnabled(JNIEnv*, const base::android::JavaParamRef<jobject>&);
// Called from native -> java
void CancelComposition();

Powered by Google App Engine
This is Rietveld 408576698