This commit is contained in:
danm%netscape.com 2000-05-13 21:42:00 +00:00
Родитель 37ec015a19
Коммит a2312bf2f1
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -88,6 +88,8 @@ interface nsIChromeRegistry : nsISupports
void uninstallPackage(in wstring packageName, in boolean useProfile);
void getBackstopSheets(out nsISupportsArray styleSheets);
void checkForNewChrome();
};

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

@ -88,6 +88,8 @@ interface nsIChromeRegistry : nsISupports
void uninstallPackage(in wstring packageName, in boolean useProfile);
void getBackstopSheets(out nsISupportsArray styleSheets);
void checkForNewChrome();
};