Bug 1318356 - Remove the special casing for apps locking screen orientation; r=baku

This commit is contained in:
Ehsan Akhgari 2016-11-17 10:37:21 -05:00
Родитель 7ca863c4ee
Коммит fa484fb4be
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -478,12 +478,6 @@ ScreenOrientation::GetLockOrientationPermission(bool aCheckSandbox) const
return LOCK_DENIED;
}
// Apps can always lock the screen orientation.
if (doc->NodePrincipal()->GetAppStatus() >=
nsIPrincipal::APP_STATUS_INSTALLED) {
return LOCK_ALLOWED;
}
if (Preferences::GetBool("dom.screenorientation.testing.non_fullscreen_lock_allow",
false)) {
return LOCK_ALLOWED;