NS_IMETHOD Run()
 {
   // The URL passed as an argument here doesn't matter, since the child will
   // receive a redirection notification as a result of this synthesized response.
   mChannel->FinishSynthesizedResponse(EmptyCString());
   return NS_OK;
 }
Ejemplo n.º 2
0
 NS_IMETHOD Run()
 {
   mChannel->FinishSynthesizedResponse();
   return NS_OK;
 }