Bug 1306708 - Rename prio to nested in IPDL (r=dvander)
This commit is contained in:
@@ -83,10 +83,10 @@ public:
|
||||
ChannelOpened(TransportDescriptor aDescriptor,
|
||||
ProcessId aOtherProcess,
|
||||
ProtocolId aProtocol,
|
||||
PriorityValue aPriority = PRIORITY_NORMAL)
|
||||
NestedLevel aNestedLevel = NOT_NESTED)
|
||||
: IPC::Message(MSG_ROUTING_CONTROL, // these only go to top-level actors
|
||||
CHANNEL_OPENED_MESSAGE_TYPE,
|
||||
aPriority)
|
||||
aNestedLevel)
|
||||
{
|
||||
IPC::WriteParam(this, aDescriptor);
|
||||
IPC::WriteParam(this, aOtherProcess);
|
||||
@@ -128,7 +128,7 @@ Bridge(const PrivateIPDLInterface&,
|
||||
if (!aParentChannel->Send(new ChannelOpened(parentSide,
|
||||
aChildPid,
|
||||
aProtocol,
|
||||
IPC::Message::PRIORITY_URGENT))) {
|
||||
IPC::Message::NESTED_INSIDE_CPOW))) {
|
||||
CloseDescriptor(parentSide);
|
||||
CloseDescriptor(childSide);
|
||||
return NS_ERROR_BRIDGE_OPEN_PARENT;
|
||||
@@ -137,7 +137,7 @@ Bridge(const PrivateIPDLInterface&,
|
||||
if (!aChildChannel->Send(new ChannelOpened(childSide,
|
||||
aParentPid,
|
||||
aChildProtocol,
|
||||
IPC::Message::PRIORITY_URGENT))) {
|
||||
IPC::Message::NESTED_INSIDE_CPOW))) {
|
||||
CloseDescriptor(parentSide);
|
||||
CloseDescriptor(childSide);
|
||||
return NS_ERROR_BRIDGE_OPEN_CHILD;
|
||||
|
||||
Reference in New Issue
Block a user