summaryrefslogtreecommitdiff
path: root/netwerk/base/nsLoadGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/base/nsLoadGroup.h')
-rw-r--r--netwerk/base/nsLoadGroup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/netwerk/base/nsLoadGroup.h b/netwerk/base/nsLoadGroup.h
index 9b5e70868c..1af84977db 100644
--- a/netwerk/base/nsLoadGroup.h
+++ b/netwerk/base/nsLoadGroup.h
@@ -82,6 +82,10 @@ protected:
int32_t mPriority;
bool mIsCanceling;
+ bool mDefaultLoadIsTimed;
+ uint32_t mTimedRequests;
+ uint32_t mCachedRequests;
+
/* For nsPILoadGroupInternal */
uint32_t mTimedNonCachedRequestsUntilOnEndPageLoad;
};