| 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 387d4a5cc26697eaa23a9dd7e73aefed84a2bda7..40c26a53c01e37fba7e897df2831ecd26e303858 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -331,8 +331,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| int composition_start,
|
| int composition_end,
|
| bool show_ime_if_needed,
|
| - bool is_non_ime_change,
|
| - bool in_batch_edit_mode);
|
| + bool is_non_ime_change);
|
| void SetTitle(const base::string16& title);
|
| void OnBackgroundColorChanged(SkColor color);
|
|
|
|
|