Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on. initialize an external app handler with an nsIFile which represents the app.
This commit is contained in:
Родитель
06dd25d8b6
Коммит
2408a62e64
|
@ -58,6 +58,7 @@ NS_IMETHODIMP nsExternalHelperAppService::DoContent(const char *aMimeContentType
|
|||
|
||||
// now bind the handler to the application we want to launch when we the handler is done
|
||||
// receiving all the data...
|
||||
handler->Init(nsnull /* this should be a nsIFile that represents the app */);
|
||||
|
||||
return NS_OK;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче