--- a/browserutilities/downloadmgr/DownloadMgrUiLib/Src/CDownloadUtils.cpp Tue Apr 27 17:46:17 2010 +0300
+++ b/browserutilities/downloadmgr/DownloadMgrUiLib/Src/CDownloadUtils.cpp Tue May 11 17:13:44 2010 +0300
@@ -46,6 +46,7 @@
_LIT8(Krng, "application/vnd.nokia.ringing-tone");
_LIT8(Krn, "application/vnd.rn-realmedia");
_LIT8(Kpn, "application/x-pn-realmedia");
+_LIT8(KWmdrmLicenseResponseContentType,"application/vnd.ms-wmdrm.lic-resp" );
// ============================ MEMBER FUNCTIONS ===============================
@@ -236,7 +237,7 @@
CleanupStack::PopAndDestroy( docHandler ); // docHandler
if ( !(aContentType.Compare(KOma2RoContentType)) || !(aContentType.Compare(KOma2ProtectedRoType))
- || !(aContentType.Compare(KOma2TriggerContentType)) )
+ || !(aContentType.Compare(KOma2TriggerContentType)) || !(aContentType.Compare(KWmdrmLicenseResponseContentType)) )
{
canOpen = EFalse;
}
@@ -273,6 +274,11 @@
return EFalse;
}
#endif
+ else if ( !(aContentType.Compare(KOma2RoContentType)) || !(aContentType.Compare(KOma2ProtectedRoType))
+ || !(aContentType.Compare(KOma2TriggerContentType)) || !(aContentType.Compare(KWmdrmLicenseResponseContentType)) )
+ {
+ return EFalse;
+ }
else
{
TBool canOpen( EFalse );