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:
mscott%netscape.com 2000-06-17 02:34:24 +00:00
Родитель 06dd25d8b6
Коммит 2408a62e64
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;