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

Unified Diff: content/common/view_messages.h

Issue 80583002: [FYI] All-in-one OnCandidateWindow{Show,Update,Hide} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index df630d3e0c5b514d1f7ae2031fc753accd39a4cb..16d19c5f84f491c9a29d12347d2a2f406507e8fa 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1102,6 +1102,11 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SetWebUIProperty,
IPC_MESSAGE_ROUTED1(ViewMsg_SetInputMethodActive,
bool /* is_active */)
+// IME API oncandidatewindow* events for InputMethodContext.
+IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowShow)
+IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowUpdate)
+IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowHide)
+
// This message sends a string being composed with an input method.
IPC_MESSAGE_ROUTED4(
ViewMsg_ImeSetComposition,

Powered by Google App Engine
This is Rietveld 408576698