| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 3394)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -449,6 +449,12 @@
|
| std::string /* The target for the message */,
|
| std::string /* The message */)
|
|
|
| + // Sent to the renderer when a popup window should no longer count against
|
| + // the current popup count (either because it's not a popup or because it was
|
| + // a generated by a user action or because a constrained popup got turned
|
| + // into a full window).
|
| + IPC_MESSAGE_ROUTED0(ViewMsg_DisassociateFromPopupCount)
|
| +
|
| IPC_END_MESSAGES(View)
|
|
|
|
|
|
|