Bug 975338 - Add PChannelDiverter and new messages to PHttpChannel r=jduell

This commit is contained in:
Steve Workman
2014-03-10 18:31:05 +01:00
parent 312a9b4cf2
commit 560c161014
23 changed files with 365 additions and 1 deletions

View File

@@ -777,6 +777,18 @@ HttpChannelChild::RecvRedirect3Complete()
return true;
}
bool
HttpChannelChild::RecvFlushedForDiversion()
{
return false;
}
bool
HttpChannelChild::RecvDivertMessages()
{
return false;
}
void
HttpChannelChild::Redirect3Complete()
{