Chromium Code Reviews| Index: content/common/text_input_state.h |
| diff --git a/content/common/text_input_state.h b/content/common/text_input_state.h |
| index 1e645c0c77b76ee05ccda423ca409ffa65f0cb3f..2b94911607d7c7b3f52d9c2d92f3b54940774f4c 100644 |
| --- a/content/common/text_input_state.h |
| +++ b/content/common/text_input_state.h |
| @@ -60,6 +60,9 @@ struct CONTENT_EXPORT TextInputState { |
| // Whether we are in a batch edit. |
| bool batch_edit; |
| + |
| + // Whether ACK is required. |
| + bool requires_ack; |
| }; |
| } // namespace content |