diff --git a/dom/ipc/ContentParent.h b/dom/ipc/ContentParent.h index c0c25feadd32..122a5b5460c5 100644 --- a/dom/ipc/ContentParent.h +++ b/dom/ipc/ContentParent.h @@ -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.