Backed out changeset 97858e5c1f13 (bug 975338)

This commit is contained in:
Ed Morley
2014-03-10 17:57:53 +00:00
parent 382860db2e
commit ba3b1b3c70
23 changed files with 1 additions and 365 deletions

View File

@@ -179,26 +179,6 @@ FTPChannelParent::RecvResume()
return true;
}
bool
FTPChannelParent::RecvDivertOnDataAvailable(const nsCString& data,
const uint64_t& offset,
const uint32_t& count)
{
return false;
}
bool
FTPChannelParent::RecvDivertOnStopRequest(const nsresult& statusCode)
{
return false;
}
bool
FTPChannelParent::RecvDivertComplete()
{
return false;
}
//-----------------------------------------------------------------------------
// FTPChannelParent::nsIRequestObserver
//-----------------------------------------------------------------------------