| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 70404)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -2629,3 +2629,11 @@
|
| // Updates the content restrictions, i.e. to disable print/copy.
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateContentRestrictions,
|
| int /* restrictions */)
|
| +
|
| +// Message sent from renderer to the browser to update the state of a command.
|
| +// The |state| parameter specifies the unchecked, checked, and mixed state of
|
| +// the command.
|
| +IPC_MESSAGE_ROUTED3(ViewHostMsg_CommandStateChanged,
|
| + std::string /* command_name */,
|
| + bool /* is_enabled */,
|
| + int /* checked_state */)
|
|
|