Bug 1013097 - Remove IPC for switch event because only the chrome process can receive it. r=dhylands

This commit is contained in:
Kershaw Chang
2014-06-02 19:25:00 -04:00
parent f71d12e81f
commit 942e3823f4
3 changed files with 4 additions and 10 deletions

View File

@@ -764,6 +764,7 @@ SwitchState GetCurrentSwitchState(SwitchDevice aDevice)
void NotifySwitchStateFromInputDevice(SwitchDevice aDevice, SwitchState aState)
{
AssertMainThread();
PROXY_IF_SANDBOXED(NotifySwitchStateFromInputDevice(aDevice, aState));
}