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

Unified Diff: content/common/text_input_state.h

Issue 2596193002: Clean up names and remove unnecessary parameter (Closed)
Patch Set: rebase Created 3 years, 11 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..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
« 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