зеркало из https://github.com/mozilla/gecko-dev.git
Bug 964087 - Display the correct name for Nuwa processes r=khuey
This commit is contained in:
Родитель
11ba63a48b
Коммит
7d09516b33
|
@ -2256,6 +2256,11 @@ void
|
|||
ContentParent::FriendlyName(nsAString& aName)
|
||||
{
|
||||
aName.Truncate();
|
||||
#ifdef MOZ_NUWA_PROCESS
|
||||
if (IsNuwaProcess()) {
|
||||
aName.AssignLiteral("(Nuwa)");
|
||||
} else
|
||||
#endif
|
||||
if (IsPreallocated()) {
|
||||
aName.AssignLiteral("(Preallocated)");
|
||||
} else if (mIsForBrowser) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче