adds offscreen renderer ipc message to disable external popups

This commit is contained in:
gellert 2017-04-11 14:19:34 +02:00 committed by Heilig Benedek
parent 6b33564056
commit 155fef99ae
4 changed files with 11 additions and 3 deletions

View file

@ -35,6 +35,8 @@ IPC_MESSAGE_ROUTED3(AtomViewMsg_Message,
base::string16 /* channel */,
base::ListValue /* arguments */)
IPC_MESSAGE_ROUTED0(AtomViewMsg_Offscreen)
// Sent by the renderer when the draggable regions are updated.
IPC_MESSAGE_ROUTED1(AtomViewHostMsg_UpdateDraggableRegions,
std::vector<atom::DraggableRegion> /* regions */)