This commit is contained in:
hyatt%netscape.com 2000-05-23 06:57:17 +00:00
Родитель 00d27b7876
Коммит bfb406f58b
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -1447,6 +1447,9 @@ NS_IMETHODIMP nsChromeRegistry::InstallProvider(const nsCString& aProviderType,
PRBool aRemove)
{
// XXX don't allow local chrome overrides of install chrome!
#ifdef DEBUG
printf("***** Chrome Registration: Installing %s at %s\n", (const char*)aProviderType, (const char*)aBaseURL);
#endif
// Load the data source found at the base URL.
nsCOMPtr<nsIRDFDataSource> dataSource;

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

@ -1447,6 +1447,9 @@ NS_IMETHODIMP nsChromeRegistry::InstallProvider(const nsCString& aProviderType,
PRBool aRemove)
{
// XXX don't allow local chrome overrides of install chrome!
#ifdef DEBUG
printf("***** Chrome Registration: Installing %s at %s\n", (const char*)aProviderType, (const char*)aBaseURL);
#endif
// Load the data source found at the base URL.
nsCOMPtr<nsIRDFDataSource> dataSource;