bug 51756, r=pinkerton, remove certauth parameter in Init(), which just happened to be exactly the same as button for tooltip stuff

This commit is contained in:
pchen%netscape.com 2000-09-07 23:35:49 +00:00
Родитель 3e85ae179d
Коммит 61022657b5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -30,7 +30,7 @@ interface nsIDOMElement;
[scriptable, uuid(081e31e0-a144-11d3-8c7c-00609792278c)]
interface nsSecureBrowserUI : nsISupports
{
void init(in nsIDOMWindowInternal window, in nsIDOMElement button, in nsIDOMElement certauth);
void init(in nsIDOMWindowInternal window, in nsIDOMElement button);
void displayPageInfoUI();
};