diff options
Diffstat (limited to 'netwerk/base/nsIRequestContext.idl')
-rw-r--r-- | netwerk/base/nsIRequestContext.idl | 6 |
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; }; /** |