Index: chrome/common/render_messages_internal.h |
=================================================================== |
--- chrome/common/render_messages_internal.h (revision 72570) |
+++ chrome/common/render_messages_internal.h (working copy) |
@@ -2147,14 +2147,6 @@ |
// Instructs the browser to start plugin IME. |
IPC_MESSAGE_ROUTED0(ViewHostMsg_StartPluginIme) |
-// Message sent from renderer to the browser to update the state of a command. |
-// The |command| parameter is a RenderViewCommand. The |checked_state| parameter |
-// is a CommandCheckedState. |
-IPC_MESSAGE_ROUTED3(ViewHostMsg_CommandStateChanged, |
- int /* command */, |
- bool /* is_enabled */, |
- int /* checked_state */) |
- |
//--------------------------------------------------------------------------- |
// Messages related to accelerated plugins |