Add API to set render process preferences

This commit is contained in:
Cheng Zhao 2016-05-27 08:51:02 +09:00
parent b646d7a55c
commit 4fb9e20c33
11 changed files with 347 additions and 0 deletions

View file

@ -37,3 +37,6 @@ IPC_MESSAGE_ROUTED2(AtomViewMsg_Message,
// Sent by the renderer when the draggable regions are updated.
IPC_MESSAGE_ROUTED1(AtomViewHostMsg_UpdateDraggableRegions,
std::vector<atom::DraggableRegion> /* regions */)
// Update renderer process preferences.
IPC_MESSAGE_CONTROL1(AtomMsg_UpdatePreferences, base::ListValue)