| 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 740952415942ea273f8b1122bfbbe35da37b1416..85d893b2d164d29cf264381569571cf12adf2b6c 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);
|
|
|
|
|