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

Unified Diff: content/common/input_messages.h

Issue 780343002: Remove always true guard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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_base.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/input_messages.h
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index 95663f75a34992961188e76a0a6930d3d95e9278..536d25e3a7fc9ddb6888bb90ea0ab2dc3ed2573b 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -254,7 +254,6 @@ IPC_MESSAGE_ROUTED0(InputHostMsg_SelectRange_ACK)
// Required for cancelling an ongoing input method composition.
IPC_MESSAGE_ROUTED0(InputHostMsg_ImeCancelComposition)
-#if defined(OS_MACOSX) || defined(USE_AURA) || defined(OS_ANDROID)
// On Mac and Aura IME can request composition character bounds
dcheng 2014/12/05 23:45:50 This comments seems out-of-date. Would it be possi
zhaoze.zhou 2014/12/08 14:51:15 Done.Please take a look.
// synchronously (see crbug.com/120597). This IPC message sends the character
// bounds after every composition change to always have correct bound info.
@@ -262,7 +261,6 @@ IPC_MESSAGE_ROUTED0(InputHostMsg_ImeCancelComposition)
IPC_MESSAGE_ROUTED2(InputHostMsg_ImeCompositionRangeChanged,
gfx::Range /* composition range */,
std::vector<gfx::Rect> /* character bounds */)
-#endif
// Adding a new message? Stick to the sort order above: first platform
// independent InputMsg, then ifdefs for platform specific InputMsg, then
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_base.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698