summaryrefslogtreecommitdiff
path: root/netwerk/base/nsIParentChannel.idl
diff options
context:
space:
mode:
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();