NS_IMETHODIMP FTPChannelChild::GetProxyInfo(nsIProxyInfo** aProxyInfo) { DROP_DEAD(); }
NS_IMETHODIMP HttpChannelChild::GetContentEncodings(nsIUTF8StringEnumerator **result) { DROP_DEAD(); }
NS_IMETHODIMP HttpChannelChild::SetupFallbackChannel(const char *aFallbackKey) { DROP_DEAD(); }
NS_IMETHODIMP HttpChannelChild::GetChooseApplicationCache(PRBool *aChooseApplicationCache) { DROP_DEAD(); }
NS_IMETHODIMP HttpChannelChild::GetInheritApplicationCache(PRBool *aInheritApplicationCache) { DROP_DEAD(); }
NS_IMETHODIMP HttpChannelChild::GetApplicationCache(nsIApplicationCache **aApplicationCache) { DROP_DEAD(); }
NS_IMETHODIMP HttpChannelChild::SetNewListener(nsIStreamListener *listener, nsIStreamListener **oldListener) { DROP_DEAD(); }
NS_IMETHODIMP HttpChannelChild::SetApplyConversion(PRBool aApplyConversion) { DROP_DEAD(); }