diff options
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r-- | chrome/common/render_messages_internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index 301bf34..040cd11 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -594,6 +594,11 @@ IPC_BEGIN_MESSAGES(View) // width. IPC_MESSAGE_ROUTED0(ViewMsg_EnableIntrinsicWidthChangedMode) + // Activate/deactivate the RenderView (i.e., set its controls' tint + // accordingly, etc.). + IPC_MESSAGE_ROUTED1(ViewMsg_SetActive, + bool /* active */) + //--------------------------------------------------------------------------- // Utility process messages: // These are messages from the browser to the utility process. They're here |