| Index: content/common/text_input_state.h
|
| diff --git a/content/common/text_input_state.h b/content/common/text_input_state.h
|
| index 0fdc32b58aa02e35372bc6fbd28bed6fdf619fc2..16b4994d64fccf31bd5c842e862f36dc4008804a 100644
|
| --- a/content/common/text_input_state.h
|
| +++ b/content/common/text_input_state.h
|
| @@ -54,9 +54,8 @@ struct CONTENT_EXPORT TextInputState {
|
| // TEXT_INPUT_TYPE_NONE).
|
| bool show_ime_if_needed;
|
|
|
| - // Whether this change is originated from non-IME (e.g., Javascript,
|
| - // Autofill).
|
| - bool is_non_ime_change;
|
| + // Whether or not this is a reply to a request from IME.
|
| + bool reply_to_request;
|
| };
|
|
|
| } // namespace content
|
|
|