Bug 1151672 - Part 2: Block PHal::Msg_NotifyNetworkChange__ID to the Nuwa process after it is ready. r=khuey

This commit is contained in:
Cervantes Yu 2015-05-22 15:08:20 +08:00
parent c1d484dcbc
commit 0c5e524a5b

View File

@ -14,6 +14,7 @@
#include "ipc/Nuwa.h"
#include "mozilla/Preferences.h"
#include "mozilla/dom/ContentParent.h"
#include "mozilla/hal_sandbox/PHalParent.h"
#endif
#include "mozilla/Assertions.h"
@ -178,6 +179,7 @@ ProcessLink::SendMessage(Message *msg)
case mozilla::dom::PContent::Msg_NuwaFork__ID:
case mozilla::dom::PContent::Reply_AddNewProcess__ID:
case mozilla::dom::PContent::Msg_NotifyPhoneStateChange__ID:
case mozilla::hal_sandbox::PHal::Msg_NotifyNetworkChange__ID:
case GOODBYE_MESSAGE_TYPE:
break;
default: