summaryrefslogtreecommitdiffstats
path: root/netwerk/base/nsILoadGroup.idl
diff options
context:
space:
mode:
authorJustOff <Off.Just.Off@gmail.com>2018-05-15 00:32:07 +0300
committerJustOff <Off.Just.Off@gmail.com>2018-05-15 00:32:07 +0300
commit1c9d6206cb04027614d6857786d1d82767664b45 (patch)
treedd64ba865c10972e6e114783dfdfd3a988555e93 /netwerk/base/nsILoadGroup.idl
parent1a0462b4587a127d90e36b1f50687a223be8ba0f (diff)
downloadUXP-1c9d6206cb04027614d6857786d1d82767664b45.tar
UXP-1c9d6206cb04027614d6857786d1d82767664b45.tar.gz
UXP-1c9d6206cb04027614d6857786d1d82767664b45.tar.lz
UXP-1c9d6206cb04027614d6857786d1d82767664b45.tar.xz
UXP-1c9d6206cb04027614d6857786d1d82767664b45.zip
Revert incorrect UAO optimization that broke SSUAO
Diffstat (limited to 'netwerk/base/nsILoadGroup.idl')
-rw-r--r--netwerk/base/nsILoadGroup.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/netwerk/base/nsILoadGroup.idl b/netwerk/base/nsILoadGroup.idl
index 4f89bd0e3..d0cad5ece 100644
--- a/netwerk/base/nsILoadGroup.idl
+++ b/netwerk/base/nsILoadGroup.idl
@@ -95,10 +95,4 @@ interface nsILoadGroup : nsIRequest
* the docShell has created the default request.)
*/
attribute nsLoadFlags defaultLoadFlags;
-
- /**
- * The cached user agent override created by UserAgentOverrides.jsm. Used
- * for all sub-resource requests in the loadgroup.
- */
- attribute ACString userAgentOverrideCache;
};