diff options
Diffstat (limited to 'netwerk/protocol/http/nsHttpHandler.h')
-rw-r--r-- | netwerk/protocol/http/nsHttpHandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netwerk/protocol/http/nsHttpHandler.h b/netwerk/protocol/http/nsHttpHandler.h index c3f6290095..caeabf81de 100644 --- a/netwerk/protocol/http/nsHttpHandler.h +++ b/netwerk/protocol/http/nsHttpHandler.h @@ -515,8 +515,8 @@ private: // Persistent HTTPS caching flag bool mEnablePersistentHttpsCaching; - // For broadcasting tracking preference - bool mDoNotTrackEnabled; + // For broadcasting Global Privacy Control preference + bool mGPCEnabled; // for broadcasting safe hint; bool mSafeHintEnabled; |