| Index: content/public/test/text_input_test_utils.h
|
| diff --git a/content/public/test/text_input_test_utils.h b/content/public/test/text_input_test_utils.h
|
| index a552dd4ca58e207233b0cc556c9c9a41dda269c9..6c0c2bcdcce21d49ccd920cab5007673fd3cd5f7 100644
|
| --- a/content/public/test/text_input_test_utils.h
|
| +++ b/content/public/test/text_input_test_utils.h
|
| @@ -160,7 +160,6 @@ class TextInputStateSender {
|
| void SetFlags(int flags);
|
| void SetCanComposeInline(bool can_compose_inline);
|
| void SetShowImeIfNeeded(bool show_ime_if_needed);
|
| - void SetIsNonImeChange(bool is_non_ime_change);
|
|
|
| private:
|
| std::unique_ptr<TextInputState> text_input_state_;
|
|
|