| 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 0830f27254dc336e38efc5d582a1958cbbd711ca..813593142b6c83fa5cf6b04d0bc0bc8f9e51bbcd 100644
 | 
| --- a/content/browser/renderer_host/ime_adapter_android.h
 | 
| +++ b/content/browser/renderer_host/ime_adapter_android.h
 | 
| @@ -75,6 +75,8 @@ class ImeAdapterAndroid {
 | 
|                               int before,
 | 
|                               int after);
 | 
|    void ResetImeAdapter(JNIEnv*, const base::android::JavaParamRef<jobject>&);
 | 
| +  bool RequestTextInputStateUpdate(JNIEnv*,
 | 
| +                                   const base::android::JavaParamRef<jobject>&);
 | 
|  
 | 
|    // Called from native -> java
 | 
|    void CancelComposition();
 | 
| 
 |