Bug 836654 - Part 1: Don't require the "power" permission to do GetWakeLockInfo from a child process. r=cjones

This commit is contained in:
Justin Lebar 2013-02-14 15:41:29 -05:00
parent 81e5bc4c3f
commit cf31adf45a

View File

@ -735,9 +735,6 @@ public:
virtual bool
RecvGetWakeLockInfo(const nsString &aTopic, WakeLockInformation *aWakeLockInfo) MOZ_OVERRIDE
{
if (!AssertAppProcessPermission(this, "power")) {
return false;
}
hal::GetWakeLockInfo(aTopic, aWakeLockInfo);
return true;
}