зеркало из https://github.com/mozilla/pjs.git
not part of the build!!!
This commit is contained in:
Родитель
de1a9fe693
Коммит
d2ef96a443
|
@ -151,10 +151,10 @@ NS_IMETHODIMP nsOSHelperAppService::ExternalProtocolHandlerExists(const char * a
|
|||
NS_IMETHODIMP nsOSHelperAppService::LoadUrl(nsIURI * aURL)
|
||||
{
|
||||
nsresult rv = NS_OK;
|
||||
|
||||
#if 0
|
||||
// use internet config to launch the uri
|
||||
nsXPIDLCString uriStr;
|
||||
pUri->GetSpec( getter_Copies( uriStr));
|
||||
aURL->GetSpec( getter_Copies( uriStr));
|
||||
|
||||
OSStatus err;
|
||||
ICInstance inst;
|
||||
|
@ -174,7 +174,7 @@ NS_IMETHODIMP nsOSHelperAppService::LoadUrl(nsIURI * aURL)
|
|||
}
|
||||
(void) ICStop(inst);
|
||||
}
|
||||
|
||||
#endif
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче