summaryrefslogtreecommitdiff
path: root/netwerk/base/nsIParentChannel.idl
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-03-07 01:37:28 +0100
committerMoonchild <moonchild@palemoon.org>2023-03-07 01:37:28 +0100
commit71a3487554a11f920df41f0b0008d372f07a260a (patch)
tree11f7a3f5736724f5bc695a404137eedc300dc658 /netwerk/base/nsIParentChannel.idl
parent517ab728ac483af67fadb6cb37c1d43905a36a74 (diff)
downloaduxp-71a3487554a11f920df41f0b0008d372f07a260a.tar.gz
Issue #2133 - Part 3: Remove TrackingProtection plumbing
Diffstat (limited to 'netwerk/base/nsIParentChannel.idl')
-rw-r--r--netwerk/base/nsIParentChannel.idl8
1 files changed, 1 insertions, 7 deletions
diff --git a/netwerk/base/nsIParentChannel.idl b/netwerk/base/nsIParentChannel.idl
index 2858bb95ea..389760ae02 100644
--- a/netwerk/base/nsIParentChannel.idl
+++ b/netwerk/base/nsIParentChannel.idl
@@ -20,7 +20,7 @@ class HttpChannelParentListener;
* Implemented by chrome side of IPC protocols.
*/
-[scriptable, uuid(e0fc4801-6030-4653-a59f-1fb282bd1a04)]
+[scriptable, uuid(ea588118-46ab-4fe8-9591-4c6e39cf4331)]
interface nsIParentChannel : nsIStreamListener
{
/**
@@ -29,12 +29,6 @@ interface nsIParentChannel : nsIStreamListener
[noscript] void setParentListener(in HttpChannelParentListener listener);
/**
- * Called to notify the HttpChannelChild that tracking protection was
- * disabled for this load.
- */
- [noscript] void notifyTrackingProtectionDisabled();
-
- /**
* Called to invoke deletion of the IPC protocol.
*/
void delete();