summaryrefslogtreecommitdiffstats
path: root/netwerk/base/nsIRequestContext.idl
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-11-15 16:24:47 +0000
committerMoonchild <moonchild@palemoon.org>2020-11-15 16:24:47 +0000
commit18df01eb5498c954044f96c346026da0238d2e61 (patch)
tree17d1a6588dea79f43769a66cb482697aa955638b /netwerk/base/nsIRequestContext.idl
parent8aa9355535820bb4b3d47d52b8ece367724d9faa (diff)
downloadUXP-18df01eb5498c954044f96c346026da0238d2e61.tar
UXP-18df01eb5498c954044f96c346026da0238d2e61.tar.gz
UXP-18df01eb5498c954044f96c346026da0238d2e61.tar.lz
UXP-18df01eb5498c954044f96c346026da0238d2e61.tar.xz
UXP-18df01eb5498c954044f96c346026da0238d2e61.zip
Issue #1684 - Remove global UA override preference and supporting code.
Resolves #1684
Diffstat (limited to 'netwerk/base/nsIRequestContext.idl')
-rw-r--r--netwerk/base/nsIRequestContext.idl6
1 files changed, 1 insertions, 5 deletions
diff --git a/netwerk/base/nsIRequestContext.idl b/netwerk/base/nsIRequestContext.idl
index b40ba7d18..a58275216 100644
--- a/netwerk/base/nsIRequestContext.idl
+++ b/netwerk/base/nsIRequestContext.idl
@@ -24,7 +24,7 @@ class SpdyPushCache;
*
* This used to be known as nsILoadGroupConnectionInfo and nsISchedulingContext.
*/
-[scriptable, uuid(658e3e6e-8633-4b1a-8d66-fa9f72293e63)]
+[scriptable, uuid(a1b5c243-ab9b-41a7-a208-f8a9c0c43dc2)]
interface nsIRequestContext : nsISupports
{
/**
@@ -58,10 +58,6 @@ interface nsIRequestContext : nsISupports
*/
[noscript] attribute SpdyPushCachePtr spdyPushCache;
- /**
- * This holds a cached value of the user agent override.
- */
- [noscript] attribute ACString userAgentOverride;
};
/**