Loading
Bug 1522579 - Part 2: Remove consumers of nsIContentParent, r=mccr8
This patch tries to move them to `ContentParent` instead. `ProcessPriorityManagerImpl::ObserveContentParentCreated` could not be moved due to using `do_QueryInterface` to cast from a `nsISupports` down to the `ContentParent` object. This could be fixed to remove the interfaces entirely, but I left that for a follow-up. Depends on D20549 Differential Revision: https://phabricator.services.mozilla.com/D20550 --HG-- extra : moz-landing-system : lando