Bug 1661364 - Part 5: Remove MarkAsTroubled, r=kmag

This method has no implementation, and is unused.

Differential Revision: https://phabricator.services.mozilla.com/D88629
This commit is contained in:
Nika Layzell 2020-09-14 13:45:49 +00:00
Родитель bc478ec278
Коммит b772ba7bfb
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -838,12 +838,6 @@ class ContentParent final
*/
bool ShouldKeepProcessAlive();
/**
* Mark this ContentParent as "troubled". This means that it is still alive,
* but it won't be returned for new tabs in GetNewOrUsedBrowserProcess.
*/
void MarkAsTroubled();
/**
* Mark this ContentParent as dead for the purposes of Get*().
* This method is idempotent.