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

Unified Diff: content/common/view_messages.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/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 9c7c90abb22c2dd86abcd750000c19291588bd9a..c8648b3a1ba4abe5d332b4d93dda5c01d5e36ad3 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -286,7 +286,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::TextInputState)
IPC_STRUCT_TRAITS_MEMBER(composition_end)
IPC_STRUCT_TRAITS_MEMBER(can_compose_inline)
IPC_STRUCT_TRAITS_MEMBER(show_ime_if_needed)
- IPC_STRUCT_TRAITS_MEMBER(is_non_ime_change)
+ IPC_STRUCT_TRAITS_MEMBER(update_requested)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_BEGIN(ViewHostMsg_CreateWorker_Params)

Powered by Google App Engine
This is Rietveld 408576698