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 da46a1bcbaaad439f7d40db559d89b94b029ff27..0200c8f7648f6369ae63fa4a08df01dd08bfed05 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -246,8 +246,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
const std::string& text, |
int selection_start, int selection_end, |
int composition_start, int composition_end, |
- bool show_ime_if_needed); |
- void ProcessImeBatchStateAck(bool is_begin); |
+ bool show_ime_if_needed, bool require_ack); |
void SetTitle(const string16& title); |
void OnBackgroundColorChanged(SkColor color); |