Removed the HandleUnknownContentType from the interface.

This commit is contained in:
tbogard%aol.net 2000-03-11 01:19:40 +00:00
Родитель a676f8f5a8
Коммит 8caddbb7e7
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -46,11 +46,6 @@ public:
NS_IMETHOD Embed(nsIContentViewer* aDocViewer,
const char* aCommand,
nsISupports* aExtraInfo) = 0;
NS_IMETHOD HandleUnknownContentType(nsIDocumentLoader* aLoader,
nsIChannel* channel,
const char *aContentType,
const char *aCommand ) = 0;
};
#endif /* nsIContentViewerContainer_h___ */