bug# 16785. r: dp, valeski, neeti. Send mimetype info from channel to imglib.
If no decoder, sniff data stream for mime info. git-svn-id: svn://10.0.0.236/trunk@51189 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
|
||||
NS_IMETHOD NetRequestDone(ilIURL *urls, int status);
|
||||
|
||||
virtual PRBool StreamCreated(ilIURL *urls, int type);
|
||||
virtual PRBool StreamCreated(ilIURL *urls, char* type);
|
||||
|
||||
virtual PRBool IsMulti();
|
||||
|
||||
@@ -133,7 +133,7 @@ NetReaderImpl::NetRequestDone(ilIURL *urls, int status)
|
||||
}
|
||||
|
||||
PRBool
|
||||
NetReaderImpl::StreamCreated(ilIURL *urls, int type)
|
||||
NetReaderImpl::StreamCreated(ilIURL *urls, char* type)
|
||||
{
|
||||
if (ilContainer != NULL) {
|
||||
return IL_StreamCreated(ilContainer, urls, type);
|
||||
|
||||
Reference in New Issue
Block a user