| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 71193)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -2147,6 +2147,14 @@
|
| bool, /* enabled */
|
| int /* plugin_id */)
|
|
|
| +// 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
|
|
|
|
|