Revert "Merge pull request #4 from roytam1/af-frontend-merge"

This reverts commit 3c1231618a, reversing
changes made to 755cb8b710.
This commit is contained in:
2020-03-11 07:29:41 +08:00
parent fa6c62b3e9
commit a25e90d83a
234 changed files with 5751 additions and 17800 deletions
-6
View File
@@ -2424,12 +2424,6 @@ nsDocShell::GetUseRemoteTabs(bool* aUseRemoteTabs)
NS_IMETHODIMP
nsDocShell::SetRemoteTabs(bool aUseRemoteTabs)
{
#ifdef MOZ_CRASHREPORTER
if (aUseRemoteTabs) {
CrashReporter::AnnotateCrashReport(NS_LITERAL_CSTRING("DOMIPCEnabled"),
NS_LITERAL_CSTRING("1"));
}
#endif
mUseRemoteTabs = aUseRemoteTabs;
return NS_OK;