Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Unified Diff: content/common/text_input_state.h

Issue 2470713002: [WIP Approach 1] Straighten up input method reactivation
Patch Set: fix some tests Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | content/common/text_input_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698