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

Unified Diff: content/common/text_input_state.h

Issue 2476883003: Revert of Allow selection change update before beginBatchEdit (Closed)
Patch Set: fixed build 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
« no previous file with comments | « content/common/input_messages.h ('k') | content/common/text_input_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..0fdc32b58aa02e35372bc6fbd28bed6fdf619fc2 100644
--- a/content/common/text_input_state.h
+++ b/content/common/text_input_state.h
@@ -57,9 +57,6 @@ struct CONTENT_EXPORT TextInputState {
// Whether this change is originated from non-IME (e.g., Javascript,
// Autofill).
bool is_non_ime_change;
-
- // Whether we are in a batch edit.
- bool batch_edit;
};
} // namespace content
« no previous file with comments | « content/common/input_messages.h ('k') | content/common/text_input_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698