diff options
author | Moonchild <moonchild@palemoon.org> | 2021-11-01 14:48:34 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-11-01 14:48:34 +0000 |
commit | cca5103f50979f715bc3bb99c7ad431a8ebc4349 (patch) | |
tree | 2f20f699faf79110c3c895728813ba05001ba901 /netwerk/base/nsISpeculativeConnect.idl | |
parent | 44b995aa861a96d3545a39151b46ab57942867e2 (diff) | |
download | aura-central-cca5103f50979f715bc3bb99c7ad431a8ebc4349.tar.gz |
Issue %3029 - Part 5: Remove remaining telemetry structs, callers and flags.
Diffstat (limited to 'netwerk/base/nsISpeculativeConnect.idl')
-rw-r--r-- | netwerk/base/nsISpeculativeConnect.idl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/netwerk/base/nsISpeculativeConnect.idl b/netwerk/base/nsISpeculativeConnect.idl index 067edd3f0..fbee7aeec 100644 --- a/netwerk/base/nsISpeculativeConnect.idl +++ b/netwerk/base/nsISpeculativeConnect.idl @@ -64,12 +64,6 @@ interface nsISpeculativeConnectionOverrider : nsISupports */ [infallible] readonly attribute boolean ignoreIdle; - /* - * Used by the Predictor to gather telemetry data on speculative connection - * usage. - */ - [infallible] readonly attribute boolean isFromPredictor; - /** * by default speculative connections are not made to RFC 1918 addresses */ |