Bug 1157030 - Stop special-casing the homescreen in the process priority manager. r=khuey, r=dhylands

This commit is contained in:
Gabriele Svelto
2015-04-30 13:12:21 +02:00
parent 962ba4dc61
commit 46b9ac9667
4 changed files with 2 additions and 11 deletions

View File

@@ -1012,9 +1012,7 @@ ParticularProcessPriorityManager::ComputePriority()
return PROCESS_PRIORITY_BACKGROUND_PERCEIVABLE;
}
return HasAppType("homescreen") ?
PROCESS_PRIORITY_BACKGROUND_HOMESCREEN :
PROCESS_PRIORITY_BACKGROUND;
return PROCESS_PRIORITY_BACKGROUND;
}
void