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

Unified Diff: content/common/text_input_state.h

Issue 2596193002: Clean up names and remove unnecessary parameter (Closed)
Patch Set: use correct patch Created 3 years, 12 months 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 0fdc32b58aa02e35372bc6fbd28bed6fdf619fc2..8af92f99512c0d4a83cd126caf529c00e26bba8b 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 IME requested update on this change.
+ bool update_requested;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698