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

Unified Diff: content/common/view_messages.h

Issue 1163603004: Remove candidate show/hide/update related code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 448a65fd0bce0389f31d1713b2dbd26ad105a44c..ee3606ceca70315538a5974e15f8814b498c04b5 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -759,11 +759,6 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SetWebUIProperty,
IPC_MESSAGE_ROUTED1(ViewMsg_SetInputMethodActive,
bool /* is_active */)
-// IME API oncandidatewindow* events for InputMethodContext.
-IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowShown)
-IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowUpdated)
-IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowHidden)
-
// Used to notify the render-view that we have received a target URL. Used
// to prevent target URLs spamming the browser.
IPC_MESSAGE_ROUTED0(ViewMsg_UpdateTargetURL_ACK)
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698