summaryrefslogtreecommitdiff
path: root/netwerk/protocol/http
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/protocol/http')
-rw-r--r--netwerk/protocol/http/HttpBaseChannel.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/netwerk/protocol/http/HttpBaseChannel.cpp b/netwerk/protocol/http/HttpBaseChannel.cpp
index 877915acb5..e62ec3a2e7 100644
--- a/netwerk/protocol/http/HttpBaseChannel.cpp
+++ b/netwerk/protocol/http/HttpBaseChannel.cpp
@@ -3642,12 +3642,6 @@ HttpBaseChannel::GetPerformance()
return nullptr;
}
- // There is no point in continuing, since the performance object in the parent
- // isn't the same as the one in the child which will be reporting resource performance.
- if (XRE_IsParentProcess() && BrowserTabsRemoteAutostart()) {
- return nullptr;
- }
-
if (!mLoadInfo) {
return nullptr;
}