Issue #1697 - Reinstate the performance timing code removed in error.

This was a fallout from pull request #929.
This commit is contained in:
adesh 2020-12-16 06:31:28 -05:00 committed by roytam1
commit 942b305400
2 changed files with 17 additions and 0 deletions

View file

@ -82,6 +82,10 @@ protected:
int32_t mPriority;
bool mIsCanceling;
bool mDefaultLoadIsTimed;
uint32_t mTimedRequests;
uint32_t mCachedRequests;
/* For nsPILoadGroupInternal */
uint32_t mTimedNonCachedRequestsUntilOnEndPageLoad;
};